Last updated 8 months ago
To understand the groups parameter and the customization of API responses, please refer to the .
subscriber - retrieve information about the subscriber
subscriber
subscription - retrieve information about the subscription
subscription
To understand the filters parameter and the customization of API responses, please refer to the .
id - to filter by the unique identifier.
id
subscription.societyId - to filter by the subscription society ID.
subscription.societyId
subscriber.societyId - to filter by the subscriber society ID.
subscriber.societyId
active - to filter by the active status.
active
createdAt - to filter by the creation date.
createdAt
Get all society subscriptions
column_name
asc|desc
GET /society-subscription HTTP/1.1 Host: api.one-record.fr Authorization: Bearer JWT Accept: */*
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "subscriber": "text", "subscription": "text", "active": true, "createdAt": null, "updatedAt": null } ], "metadata": { "count": 1, "current": "text", "next": "text" } }