Skip to content

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
Required
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"titleNumber": 0,
"title": "string",
"chapterNumber": 0,
"chapter": "string",
"articleNumber": 0,
"content": "string"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License