Field Squared API Services

<back to all web services

PublicIp

The following routes are available for this service:
GET/PublicIp
namespace Field2Office.API.Model.Authentication

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    [<AllowNullLiteral>]
    type PublicIp() = 
        member val ip:String = null with get,set
        member val remote_addr:String = null with get,set
        member val forwarded_for:String = null with get,set
        member val client_ip:String = null with get,set

F# PublicIp DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /PublicIp HTTP/1.1 
Host: dev.fieldsquared.com 
Accept: application/xml