Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
  • Benefit items
  • Benefit types
  • Investment categories
  • Cost items
  • Focus areas
  • Cost subtypes
  • Cost types
Cloud
Focus / Reference / REST API

Cost subtypes

Postman Collection
OpenAPI

External APIs for cost subtypes.

GET

Get cost subtypesExperimental

Returns all available cost subtypes.

funds-read-scope

Request

This request has no parameters.

Responses

Cost subtypes returned successfully.

application/json

PaginatedResponse

Paginated REST response.

GET/focus/v1/funds/cost-subtype
1 2 3 4 curl --request GET \ --url '/focus/v1/funds/cost-subtype' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 7 8 9 { "values": [ {} ], "cursor": "<string>", "last": true, "totalCount": 21, "nextPageCursor": "<string>" }

Rate this page: