Get current INN-Reach contribution for the given central server
centralServerId required | string <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
- "itemTypeMappingStatus": "Valid",
- "locationsMappingStatus": "Valid",
- "status": "In Progress",
- "contributionStarted": "2019-08-24T14:15:22Z",
- "contributionStartedBy": "string",
- "contributionComplete": "2019-08-24T14:15:22Z",
- "recordsTotal": 0,
- "recordsProcessed": 0,
- "recordsContributed": 0,
- "recordsUpdated": 0,
- "recordsDecontributed": 0,
- "errors": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "recordId": "0470cfd4-dcf3-4d8c-ac28-58c6deeff25f"
}
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
Get a list of Inn-Reach contributions for the given central server
centralServerId required | string <uuid> |
offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "totalRecords": 0,
- "contributionHistory": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
- "itemTypeMappingStatus": "Valid",
- "locationsMappingStatus": "Valid",
- "status": "In Progress",
- "contributionStarted": "2019-08-24T14:15:22Z",
- "contributionStartedBy": "string",
- "contributionComplete": "2019-08-24T14:15:22Z",
- "recordsTotal": 0,
- "recordsProcessed": 0,
- "recordsContributed": 0,
- "recordsUpdated": 0,
- "recordsDecontributed": 0,
- "errors": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "recordId": "0470cfd4-dcf3-4d8c-ac28-58c6deeff25f"
}
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]
}