GET api/{idcompany}/files/fileobjecttypes/{idfileobjecttype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcompany | integer |
Required |
|
| idfileobjecttype | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SBI_BLL_FileObjectType| Name | Description | Type | Additional information |
|---|---|---|---|
| IDFileObjectType | integer |
None. |
|
| IDPage | integer |
None. |
|
| IDApplication | integer |
None. |
|
| PathObjectType | string |
None. |
|
| FileObjectField | string |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IDFileObjectType": 1,
"IDPage": 2,
"IDApplication": 3,
"PathObjectType": "sample string 4",
"FileObjectField": "sample string 5",
"CreatedBy": 6,
"UpdatedBy": 7
}