GET api/game-admin/GetAnnotations?keyWord={keyWord}&limit={limit}&offset={offset}
All annotations for a given keyword
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyWord |
Name of the tag |
string |
Required |
| limit | integer |
Default value is 1000 |
|
| offset | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of TagResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Annotation | RectF |
None. |
|
| ImageId | string |
None. |
|
| Keyword | string |
None. |
|
| SourceUrl | string |
None. |
|
| URL | string |
None. |
|
| AnnotationsCount | integer |
None. |
|
| Metadata | string |
None. |
|
| Origin | ImageOrigin |
None. |
|
| SourcePageUrl | string |
None. |
|
| Width | unsigned integer |
None. |
|
| Height | unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Annotation": null,
"ImageId": "sample string 1",
"Keyword": "sample string 2",
"SourceUrl": "sample string 3",
"URL": "sample string 4",
"AnnotationsCount": 5,
"Metadata": "sample string 6",
"Origin": "Bing",
"SourcePageUrl": "sample string 7",
"Width": 8,
"Height": 9
},
{
"Annotation": null,
"ImageId": "sample string 1",
"Keyword": "sample string 2",
"SourceUrl": "sample string 3",
"URL": "sample string 4",
"AnnotationsCount": 5,
"Metadata": "sample string 6",
"Origin": "Bing",
"SourcePageUrl": "sample string 7",
"Width": 8,
"Height": 9
}
]