The Class GeoportalRequest.
| name | data type | description |
|---|---|---|
| gcube_scope | string | |
| item_type | string | It is the UCD ID {usecase_id} |
| item_id | string | It is the Project ID {project_id} |
| query_string | string | |
| res | string |
Example
{
"gcube_scope" : "...",
"item_type" : "...",
"item_id" : "...",
"query_string" : "...",
"res" : "..."
}