GET MobextAPI/GetFile?EntityId={EntityId}&CategoryId={CategoryId}

Get File/Document infos attached to a specified entity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EntityId

integer

Required

CategoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

WebAPIBaseTemplate.Models.jRetourBase
NameDescriptionTypeAdditional information
returnCode

return code

string

None.

returnLibelle

return libelle

string

None.

returnData

return data

Object

None.

sessionData

session data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "returnCode": "0000",
  "returnLibelle": "The operation ends with success",
  "returnData": null,
  "sessionData": ""
}