GET api/app/user_sync
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| folders | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"FolderId": "9ba7989a-38de-4ad3-8a15-d19dde88e977",
"UpdateTime": 2,
"Type": 0
},
{
"FolderId": "9ba7989a-38de-4ad3-8a15-d19dde88e977",
"UpdateTime": 2,
"Type": 0
},
{
"FolderId": "9ba7989a-38de-4ad3-8a15-d19dde88e977",
"UpdateTime": 2,
"Type": 0
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}