CRM
The CRM API exposes relation data. The fields are dynamically configured. The exposed data may differ between contexts, as does the set of relations. You can request the set of relation data by using the context id. The methods below use the example value of 42.
Accept header for requests to CRM
application/vnd.procurios.relation+json; version=1
contexts GET
Scope:
Get the contexts available to your access token.
schema GET
Scope:
Get the schema for the relation data.
relation data GET
Scope:
Get the relation data that is applicable to the context.
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 25 results per page |
since | datetime | Only get results created or updated since yyyy-mm-ddThh:mm:ss |
selections for relation GET
Scope:
Get the selections for a relation.