Skip to main content
POST
/
api
/
rosreestr
/
objects
/
parts
/rosreestr/objects/parts
curl --request POST \
  --url https://api.anysite.io/api/rosreestr/objects/parts \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "objdoc_id": 123,
  "registers_id": 123,
  "timeout": 300
}
'
[
  {
    "@type": "@rosreestr_object_parts",
    "premise_count": 123,
    "premise_cad_numbers": [],
    "parking_count": 123,
    "parking_cad_numbers": [],
    "parent_cad_numbers": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
objdoc_id
integer
required

Object document id of the parent object

Example:

8594992

registers_id
integer
required

Register id of the parent object

Example:

36441

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@rosreestr_object_parts
premise_count
integer | null
premise_cad_numbers
string[]
parking_count
integer | null
parking_cad_numbers
string[]
parent_cad_numbers
string[]