DESCRIPTION
This endpoint returns the results of a special report.
URL STRUCTURE
https://[hostname]/special-report/{reportId}
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
ARGUMENTS
Name | Type | Description |
---|---|---|
reportId | int | Report ID to return |
RETURNS
Returns the report.
{
"columns": [
"IRN",
" Country Code",
" Status",
" Category",
" Long title"
],
"data": [
{
"mattercode": "P000017USAL",
"country": "AL",
"description": "Granted (active)",
"mattercategory": "Property (Invention)",
"longtitle": "PCT Thing"
},
{
"mattercode": "P000017USAT",
"country": "AT",
"description": "Granted (active)",
"mattercategory": "Property (Invention)",
"longtitle": "PCT Thing"
},
{
"mattercode": "P000017USBA",
"country": "BA",
"description": "Granted (active)",
"mattercategory": "Property (Invention)",
"longtitle": "PCT Thing"
}
]
}