Get Dh Division details
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get Dh Division details

  • Dark
    Light
  • PDF

Article summary

Get
/dh-division/{id}/

Operation is used to retrieve full details of given Dh Division Id

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Dh Division

Responses
200

Retrieved Dh Division (object)

Expand All
object
area_id
object (DhArea)
mslink
integer

Primary key

name
string

Name

created_by
string

Creator

created_ts
string (date-time)

Date created

location
string (ewkt)

Geographical location

mslink
integer

Primary key

name
string

Name

remarks
string

Remarks

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?