Skip to main content

Nexus API

Read a spending plan iteration item

Use this endpoint to read the attributes of a specific spending plan iteration_item according to its unique GUID.

GET
/spending_plans/{spending_plan_guid}/iterations/current/iteration_items/{iteration_item_guid}

Path Parameters

FieldRequiredType

spending_plan_guid

The unique ID for the spending_plan.

Required
String

iteration_item_guid

The unique ID for the iteration_item.

Required
String

Query Parameters

FieldRequiredType

page

Specify current page.

Optional
Integer

records_per_page

Specify records per page.

Optional
Integer
Loading...