Skip to main content
Version: Next

Retrieve not seen status

Information

This API allow you to get all status not seen yet

This endpoint is synchronous
The role user is needed in order to use this endpoint
Endpoints

GET/v1/invoice/status/notSeen

No parameters
Request

GET /v1/invoice/status/notSeen


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/invoice/status/notSeen'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'

Response

Status: 200 - application/json

Description: Not seen status content per invoices.

Schema:

  • invoiceId: string
  • newStatus: array

Status: 401

Description: Unauthorized - Authentication is required and has failed or has not yet been provided.

Status: 403

Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.