Constitution Articles information by Id
GET
/api/v1/ConstitutionArticle/{id}
This endpoint returns the information for the airports with the provided id
Parameters
Path Parameters
id*
Typeinteger
RequiredFormat
"int32"Responses
OK
application/json
JSON
{
"id": 0,
"titleNumber": 0,
"title": "string",
"chapterNumber": 0,
"chapter": "string",
"articleNumber": 0,
"content": "string"
}