Warp
Catalog
GET Warp
Request path:
https://warpgate.aiursoft.com//Warp/{RecordName}/{**Path}
Request example:
https://warpgate.aiursoft.com//warp/{yourrecordname}/{yourPath}
Request arguments:
Name | Required | Type |
---|---|---|
RecordName | Not required | Text |
Path | Not required | Text |
Possible Response:
{
"code": -1,
"message": "Some error.",
"protocolVersion": "7.0.2.0"
}
Possible Response:
{
"items": [
"Some item is invalid!"
],
"code": -10,
"message": "Your input contains several errors!",
"protocolVersion": "7.0.2.0"
}