| All Verbs | /restfiles/GetFileItemRQ |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| carpeta | query | decimal | No | |
| usuario | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| FileItem | form | List<FileItemRecursive> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idArchivo | form | decimal? | No | |
| carp_carp | form | decimal? | No | |
| carp_padre | form | decimal? | No | |
| isDirectory | form | bool | No | |
| name | form | string | No | |
| usua_login | form | string | No | |
| fecha | form | DateTime | No | |
| items | form | IEnumerable<FileItemRecursive> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /restfiles/GetFileItemRQ HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
carpeta: 0,
usuario: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
FileItem:
[
{
}
]
}