POST
/
v2
/
property
/
_many
curl --request POST \
  --url https://api.f6o.co/v2/property/_many \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "ids": [
    "<string>"
  ],
  "excludedFields": [
    "<string>"
  ],
  "includedFields": [
    "<string>"
  ]
}'
{
  "apiVersion": "<string>",
  "context": "<string>",
  "data": {},
  "internalDelay": 123
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Body

application/json
ids
string[]
excludedFields
string[]
includedFields
string[]

Response

200
application/json
A successful response.
apiVersion
string
context
string
data
object
internalDelay
integer

Was this page helpful?