External APIs for cost subtypes.
Returns all available cost subtypes.
funds-read-scopeThis request has no parameters.
Cost subtypes returned successfully.
Paginated REST response.
1
2
3
4
curl --request GET \
--url '/focus/v1/funds/cost-subtype' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'1
2
3
4
5
6
7
8
9
{
"values": [
{}
],
"cursor": "<string>",
"last": true,
"totalCount": 21,
"nextPageCursor": "<string>"
}Rate this page: