get
http://{{url}}/api/resource/Contact Expense Type/
This endpoint retrieves the list of contact expense types available in the system.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response
The response returns a collection of contact expense type records wrapped inside a data array.
Each record represents a category of expenses associated with a contact.
Example Response
{
"data": [
{
"name": "Other Expenses"
},
{
"name": "Rental Expense"
},
{
"name": "Rental Expenses"
}
]
} 200