Applies to integrated customers using the RecoveryConnect API




Change Operations

The Change Operations section provides endpoints used to retrieve records that were created or modified within a specific date range. These endpoints are typically used for synchronization, auditing, or data integration purposes.

Each endpoint requires a start date and end date in the request URL to filter records that have changed during that period.

All requests must include a valid Bearer token in the request header.


Retrieve Change Orders Details

DescriptionThis endpoint retrieves the list of order IDs that have been updated within a specified date range.

The API returns orders for which any modification or update has occurred during the provided time window. The results are filtered based on the authenticated user's company ID, ensuring that only orders associated with that company are returned.

The date range must be provided in UTC format, and pagination parameters can be used to control the number of records returned per request.

All requests must include a valid Bearer Token in the request header.

 

URL: /api/v130/changes/orders/{start_date}/{end_date}
Method: GET

Query Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

per_page

Number of records returned per page. Default is 250, maximum allowed is 5000

No


?per_page=500

 

page

Specifies the page number of the results to retrieve

No


?page=1

 

 

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v130/changes/orders/2026-01-01 12:00:00/2026-01-01 23:59:00

 

Request Body: NA

Response:

{

    "current_page": 1,

    "data": [

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816218,

                    "status": 9

                }

            ],

            "id": 57032656,

            "timestamp": "2026-01-01 12:10:03"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816219,

                    "status": 1

                }

            ],

            "id": 57032657,

            "timestamp": "2026-01-01 12:12:48"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816221,

                    "status": 0

                }

            ],

            "id": 57032659,

            "timestamp": "2026-01-01 12:12:49"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816226,

                    "status": 9

                }

            ],

            "id": 57032664,

            "timestamp": "2026-01-01 12:16:19"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816229,

                    "status": 9

                }

            ],

            "id": 57032667,

            "timestamp": "2026-01-01 12:30:11"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816233,

                    "status": 3

                }

            ],

            "id": 57032671,

            "timestamp": "2026-01-01 12:59:37"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816251,

                    "status": 0

                }

            ],

            "id": 57032689,

            "timestamp": "2026-01-01 14:13:11"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816250,

                    "status": 4

                }

            ],

            "id": 57032688,

            "timestamp": "2026-01-01 14:15:03"

        },

        {

            "owner_id": 10004,

            "collaterals": [

                {

                    "id": 58816002,

                    "status": 4

                }

            ],

            "id": 57032433,

            "timestamp": "2026-01-01 17:15:28"

        }

    ],

    "first_page_url": "http://stg-api.mbsisystems.com/api/v140/changes/orders/2026-01-01%2012:00:00/2026-01-01%2023:59:00?page=1",

    "from": 1,

    "last_page": 1,

    "last_page_url": "http://stg-api.mbsisystems.com/api/v140/changes/orders/2026-01-01%2012:00:00/2026-01-01%2023:59:00?page=1",

    "next_page_url": null,

    "path": "http://stg-api.mbsisystems.com/api/v140/changes/orders/2026-01-01%2012:00:00/2026-01-01%2023:59:00",

    "per_page": 250,

    "prev_page_url": null,

    "to": 9,

    "total": 9

}

 

Retrieve Change Attachments Details

DescriptionThis endpoint retrieves the list of attachment change records within a specified date range.

Attachment change records include information about attachments that were created, updated, or modified during the provided time period. This endpoint is typically used for change tracking, auditing, or synchronization purposes to identify attachments that have changed between two dates.

The results are filtered using the start date and end date provided in the request path.

All requests must include a valid Bearer Token in the request header.

 

URL: /api/v130/changes/attachments/{start_date}/{end_date}
Method: GET

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v130/changes/attachments/2026-01-01/2026-01-07

 

Request Body: NA

Response:

{

    "current_page": 1,

    "data": [

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:56:58",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 3,

            "attachment_id": 180450374,

            "id": 182200497,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:25:09"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:05",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 4,

            "attachment_id": 180450375,

            "id": 182200498,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:49"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:13",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 5,

            "attachment_id": 180450376,

            "id": 182200499,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:49"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:20",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 6,

            "attachment_id": 180450377,

            "id": 182200500,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:48"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:27",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 7,

            "attachment_id": 180450378,

            "id": 182200501,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:48"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:34",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 8,

            "attachment_id": 180450379,

            "id": 182200502,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:48"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:39",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 9,

            "attachment_id": 180450380,

            "id": 182200503,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:48"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:45",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 10,

            "attachment_id": 180450381,

            "id": 182200504,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:48"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:57:49",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 11,

            "attachment_id": 180450382,

            "id": 182200505,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:48"

        },

        {

            "thumbnail": null,

            "owner_id": 10004,

            "recovery_id": 10118451,

            "created_at": "2026-01-06 08:58:16",

            "type": 0,

            "deleted_at": null,

            "sync_to_mmi": 1,

            "order_fulfillment_history_id": null,

            "parent_id": null,

            "case_attachment_type_id": 58,

            "attachment_id": 180450383,

            "id": 182200506,

            "order_id": 57036722,

            "recovery_has_damage_type_location_id": null,

            "timestamp": "2026-01-06 17:30:07"

        }

    ],

    "first_page_url": "http://stg-api.mbsisystems.com/api/v140/changes/attachments/2026-01-01/2026-01-07?page=1",

    "from": 1,

    "last_page": 1,

    "last_page_url": "http://stg-api.mbsisystems.com/api/v140/changes/attachments/2026-01-01/2026-01-07?page=1",

    "next_page_url": null,

    "path": "http://stg-api.mbsisystems.com/api/v140/changes/attachments/2026-01-01/2026-01-07",

    "per_page": 250,

    "prev_page_url": null,

    "to": 10,

    "total": 10

}