View a list of available Resources

A list of resources registered for a specific Program and associated with your account.

SecurityJWT
Request
query Parameters
programCode
required
string

Comma-separated list of program codes. Example RMS_PLASTICS_M

$filter
string

OData expression, filter results by specific Property value; results not filterable by all properties.

$count
boolean

Included if "$count" = "true", the total number of results will be included in the response

$orderby
$skip
integer <int32>
$top
integer <int32>

Maximum number of records to return, please see https://learn.microsoft.com/en-us/odata/client/query-options#top

$apply
string

OData expression, GROUPBY operations available for fields where grouping is supported

Responses
200

Success

400

Parameter validation error

get/resource/summary
Response samples
application/json
{
  • "@count": 0,
  • "value": [
    ]
}