Get Single Match Operational Structure
This API retrieves the Match operational structure for the specified ID.
Path parameters
-
id
integer Required Operational structure ID.
GET
/operational-structures/{id}
curl \
--request GET 'https://localhost:8080/operational-structures/1' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 1,
"name": "Accounts payable",
"hierarchy": "Balance Sheet->Liabilities->Current Liabilities->Accounts Payable"
}
Response examples (401)
{
"code": "900901",
"message": "Invalid Credentials",
"description": "Access failure for API: /api/admin/v1.1.0, version: v1.1.0 status: (900901) - Invalid Credentials. Make sure you have provided the correct security credentials"
}