Get
/dh-division/{id}/
Operation is used to retrieve full details of given Dh Division Id
Security
API Key: Token
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Dh Division
Responses
200
Retrieved Dh Division (object)
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