v2

latestOpenAPI 3.0.02026-08-0793108394.2 KB
Property Claim

Find Drying Chambers

get/v2/property_claims/{property_claim_id}/drying_chambers

Query parameters

order'newest' | 'oldest'

Specifies the ordering of results.

If not specified, defaults to newest.


newest

Ordered by internal creation date in descending order (newest first).


oldest

Ordered by internal creation date in ascending order (oldest first).


limitinteger

Maximum number of results to return.

Maximum limit is '100'. If not specified, defaults to '50'.

afterstring jwt

If not specified, fetches the first page of results.

A string obtained from previous API queries. Used to fetch the next page of results.

See the after key in the response for more information.

Headers

X-Encircle-Attributionstring

String used to internally identify which integrator made this request on behalf of their users.

Integrators should reuse the same 'X-Encircle-Attribution' value for all their users.

This attribution enables Encircle to provide better assistance to integrators if they encounter any issues.

If not specified, the request will not be associated with any integration services.

X-Encircle-Requeststring

Unique string used to identify each specific request.

Any retries due to connection failures should reuse the same 'X-Encircle-Request' value. This helps prevent duplicate requests from unintentionally being processed again.

If not specified, the request will be treated as unique and it will be processed normally.

Response

Gets a list of drying chambers that correspond to a property claim

Example response

{
  "list": [
    {
      "created": "1969-07-20T20:17:40Z",
      "drying_started": "1969-07-20T20:17:40Z",
      "drying_ended": "1969-07-20T20:17:40Z"
    }
  ]
}