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
URL: /l/milieudefensie_blendr/crm/contexts
Scope:
blendr/relationLast used: November 8, 2024 09:28
Get the contexts available to your access token.
schema GET
URL: /l/milieudefensie_blendr/crm/42/schema
Scope:
blendr/relationLast used: July 24, 2023 09:19
Get the schema for the relation data.
relation data GET
URL: /l/milieudefensie_blendr/crm/42/relation
Scope:
blendr/relationLast used: October 6, 2025 15:25
Get the relation data that is applicable to the context.
Parameters
| Parameter | Type | Description |
|---|---|---|
| page | int | The api will provide 25 results per page by default |
| since | datetime | Only get results created or updated since yyyy-mm-ddThh:mm:ss |
selections for relation GET
URL: /l/milieudefensie_blendr/crm/42/relation/887/selection
Scope:
blendr/relationLast used: Never
Get the selections for a relation.