Erm API (v1)

licenseTerms

Retrieve license terms by package/title identifier

Retrieve license terms by package/title identifier

path Parameters
id
required
string

The UUID of a FOLIO user

header Parameters
x-okapi-tenant
string

x-okapi-tenant header value

x-okapi-token
string

x-okapi-token header value

Responses

Response samples

Content type
application/json
{
  • "licenseTerms": [
    ]
}

batchLicenseTerms

Retrieve license terms by package/title identifier in batch

Retrieve license terms by package/title identifier in batch

header Parameters
x-okapi-tenant
string

x-okapi-tenant header value

x-okapi-token
string

x-okapi-token header value

Request Body schema: application/json
required
unique
ids
required
Array of strings

Responses

Request samples

Content type
application/json
{
  • "ids": [
    ]
}

Response samples

Content type
application/json
{
  • "results": [
    ]
}