Route: /api/v2/federal_accounts/object_class/:federal_account_id
Method: GET
This route sends a request to the backend to retrieve relevent Object Classes for the specified Federal Account
{
"results":
[
{
"major_object_class_name": "Personnel compensation and benefits",
"object_class_names": ["Full-time permanent", "Other than full-time permanent", ...]
},
...
]
}
Possible HTTP Status Codes:
- 400 : Missing parameters
- 500 : All other errors
{
"message": "Sample error message"
}
if you save the file as a
.mdfile, the markdown displays properly