GET ExportFormats/{id}
Získání detailu exportního formátu.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id exportního formátu |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ExportFormatDTOName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Type | ExportFormatType |
None. |
|
IsDeleted | boolean |
None. |
|
CreatorId | integer |
None. |
|
EditorId | integer |
None. |
|
Created | date |
None. |
|
Edited | date |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "type": "raster", "creatorId": 3, "editorId": 1, "created": "2025-05-04T11:59:46.4512101", "edited": "2025-05-04T11:59:46.4512101", "id": 5 }