Home

This document is a work in progress and your opinion helps us to improve. Please let us know what we can do better. Thanks! support@procurios.com

Relation archive

Ids of archived relations.

Accept header for requests to Relation archive

application/vnd.procurios.archived_relations+json; version=1

Archived relation id's GET

URL: /l/relation_archive_api/relations/export

Scope:

relation_archive_api/relations/export
Last used: April 19, 2026 01:05

Id's of archived relations, sorted by archive date.

If an archived relation is the result of a merged relation, the active relation is displayed in the field 'kept_relation_id'.

If there is no active relation of the archived relation, then this field is 'null'.

Parameters

Parameter Type Description
amount int

Number of results to return per page. (Default value: 25, maximum value: 1000)

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

until datetime

Only get results created or updated before yyyy-mm-ddThh:mm:ss

Live testing disabled

Archived relation id's

Request

json

Response

jsonStatus: 200
{
    "relations": [
        {
            "archived_relation_id": 1013820,
            "archived_on": "2025-10-02T20:41:38+00:00",
            "archived_reason": "Relatie gearchiveerd: Samengevoegd met relatie 936348",
            "kept_relation_id": 936348
        },
        {
            "archived_relation_id": 1012656,
            "archived_on": "2025-10-02T20:41:53+00:00",
            "archived_reason": null,
            "kept_relation_id": 804508
        },
        {
            "archived_relation_id": 1013648,
            "archived_on": "2025-10-02T20:44:10+00:00",
            "archived_reason": null,
            "kept_relation_id": 774638
        }
    ],
    "_links": {
        "prev": "\/l\/relation_archive_api\/relations\/export?since=2025-10-01&until=2025-10-31&page=2",
        "next": "\/l\/relation_archive_api\/relations\/export?since=2025-10-01&until=2025-10-31&page=4"
    }
}