Skip to main content
POST
/
service-of-notice
/
attempts
/
view
View service attempt
curl --request POST \
  --url https://cases.platform.arb.inc/service-of-notice/attempts/view \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseID": "2025-08-00292",
  "attemptID": "2720f109-0caf-4c62-af22-5d08c853711c"
}
'
{
  "id": "2720f109-0caf-4c62-af22-5d08c853711c",
  "created": "2025-08-15T10:30:00.000Z",
  "method": "email",
  "status": "delivered",
  "recipientInfo": {},
  "noticeFilingId": "3820f109-0caf-4c62-af22-5d08c853711d",
  "proofFilingId": "4920f109-0caf-4c62-af22-5d08c853711e",
  "evidenceIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "sentAt": "2025-08-15T11:00:00.000Z",
  "deliveredAt": "2025-08-15T14:30:00.000Z",
  "deliveryDetails": {}
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required

Case identifier

Example:

"2025-08-00292"

attemptID
string<uuid>
required

Service attempt identifier

Example:

"2720f109-0caf-4c62-af22-5d08c853711c"

Response

Successfully retrieved service attempt details

id
string<uuid>
Example:

"2720f109-0caf-4c62-af22-5d08c853711c"

created
string<date-time>
Example:

"2025-08-15T10:30:00.000Z"

method
string

Delivery method (email, mail, manual)

Example:

"email"

status
string

Current status of the attempt

Example:

"delivered"

recipientInfo
object

Information about the recipient

noticeFilingId
string<uuid> | null

Filing ID for notice of service document

Example:

"3820f109-0caf-4c62-af22-5d08c853711d"

proofFilingId
string<uuid> | null

Filing ID for proof of service document

Example:

"4920f109-0caf-4c62-af22-5d08c853711e"

evidenceIds
string<uuid>[] | null

Evidence attachments included with service

sentAt
string<date-time> | null

Timestamp when service was sent

Example:

"2025-08-15T11:00:00.000Z"

deliveredAt
string<date-time> | null

Timestamp when service was delivered

Example:

"2025-08-15T14:30:00.000Z"

deliveryDetails
object

Details about delivery confirmation