GET
/
v2
/
browse
/
property
/
{flxId}
/
_issues
curl --request GET \
  --url https://api.f6o.co/v2/browse/property/{flxId}/_issues \
  --header 'x-api-key: <api-key>'
{
  "flxId": "<string>",
  "type": [
    "ISSUE_TYPE_UNKNOWN"
  ],
  "userId": [
    "<string>"
  ],
  "comments": [
    "<string>"
  ],
  "raisedAt": "2023-11-07T05:31:56Z",
  "hits": 123
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

flxId
string
required

Response

200
application/json

A successful response.

The response is of type object.

GET
/
v2
/
browse
/
property
/
{flxId}
/
_issues
curl --request GET \
  --url https://api.f6o.co/v2/browse/property/{flxId}/_issues \
  --header 'x-api-key: <api-key>'
{
  "flxId": "<string>",
  "type": [
    "ISSUE_TYPE_UNKNOWN"
  ],
  "userId": [
    "<string>"
  ],
  "comments": [
    "<string>"
  ],
  "raisedAt": "2023-11-07T05:31:56Z",
  "hits": 123
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

flxId
string
required

Response

200
application/json

A successful response.

The response is of type object.