Issue

List distributed issues

The user needs to be logged in to use this endpoint, click here to read more.

This API returns customer issues for subscription product.

SecurityAuthorization_Code
Request
path Parameters
productCode
required
string <= 12 characters

Response includes issues for selected subscription product.

Responses
200

OK

Response Schema: application/json
Array of objects

List of distributed issues

400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/customer/issues/{productCode}
Request samples
Response samples
application/json
{
  • "deliveredIssues": [
    ]
}

List product issues - client mode

Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.

This API returns all issues for subscription products. If product is a series product, all issues for series is return. If ordinary subscription product, all issues within one year is returned (i.e one year from current time).

SecurityClient_Credentials
Request
path Parameters
productId
required
string <= 12 characters

Product code

query Parameters
from
string <= 10 characters

If date is specified, then from this date will be issues returned (if to date is not specified then will be one year from that date ).

Specify the date in format: YYYY-MM-DD.

to
string <= 10 characters

If date is specified then up this date will be returned issues (if from date is not specified then will be one year before that date).

Specify the date in format: YYYY-MM-DD.

Responses
200

OK

Response Schema: application/json
Array of objects
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/client/issues/{productId}
Request samples
Response samples
application/json
{
  • "issues": [
    ]
}