Description
This endpoint returns an array of caseIds for cases that have been updated or messaged within a specific number of past days.
| Service Name | Get Case IDs for Cases Updated |
| Service Type | REST |
| Method | GET |
| UAT (Sandbox) URL |
https://integration.uat.marley.ai/api/case/actions/get-updated-cases/:days |
| Production URL | https://integration.himarley.io/api/case/actions/get-updated-cases/:days |
| Technical Documentation | View technical documentation with sample request and response payloads hosted on Postman. |
Table of Contents
API Request
Flow
- Send API request with the path parameter of the number of days you would like to get case IDs for.
- Hi Marley receives requests and returns an array of caseIds that have been updated or messaged on in the last {days}.
Request Example
https://integration.uat.marley.ai/api/case/actions/get-updated-cases/7
Request Path Breakdown
| Property | Values | Description |
Type |
Required | Example | Validation |
| days | The number of days you would like to get case IDs for. | string |
true |
7 |
|
API Response
Response Payload Example
[
"1652611f-d135-4a50-aa15-361e1011d80b",
"014318ae-07c8-4162-a3ca-34b18cc3d826",
"e24add76-9e05-4b32-a9c6-a9d35fde6393",
"a16320a0-f00d-4271-9045-5c80ca02a33b"
]
Response Fields Breakdown
| Property | Element | Description | Type | Required | Example |
|
caseID array |
Case ID | The case identifier for the Hi Marley Case. | string |
false |
[ 32a91d19-09ff-4b41-8846-3bbdbe86acfe" |
Comments
0 comments
Please sign in to leave a comment.