GET api/game/getsingleimage?user={user}&annotated={annotated}&excludeId={excludeId}
Returns a single image for the user to annote.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user |
Currently playing user. The server image will not be any of those already shown to this user |
string |
None. |
| annotated |
Should the image already contain an annotation? |
boolean |
Default value is False |
| excludeId | string |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ImagePayload| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LargeImageUrl | string |
None. |
|
| ObjectName | string |
None. |
|
| KnownTag | RectF |
None. |
|
| Tag | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.