Skip to main content
POST
/
api
/
rues
/
departments
/rues/departments
curl --request POST \
  --url https://api.anysite.io/api/rues/departments \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "code": "<string>",
    "name": "<string>",
    "@type": "@rues_department"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

code
string
required
name
string
required
@type
string
default:@rues_department