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

Investment categories

Postman Collection
OpenAPI

External APIs for investment categories.

GET

Get investment categoriesExperimental

Returns all available investment categories.

funds-read-scope

Request

This request has no parameters.

Responses

Investment categories returned successfully.

application/json

InvestmentCategory

An investment category.

GET/focus/v1/funds/investment-category
1 2 3 4 curl --request GET \ --url '/focus/v1/funds/investment-category' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 2 3 4 { "investmentCategoryId": "<string>", "key": "<string>" }

Rate this page: