Authorization: Bearer ********************
{
"logType": "1",
"startDate": "string",
"endDate": "string",
"skipCount": 0,
"maxResultCount": 1
}
curl --location --request POST '/api/services/app/behaviorManage/logAccount/details' \
--header 'Content-Type: application/json' \
--data-raw '{
"logType": "1",
"startDate": "string",
"endDate": "string",
"skipCount": 0,
"maxResultCount": 1
}'
{
"totalCount": 0,
"items": [
{
"projectId": "string",
"projectName": "string",
"projectSectionId": "string",
"projectSectionName": "string",
"projectSection": {
"id": "string",
"name": "string"
},
"logType": "1",
"logCode": "string",
"logUserId": "string",
"logUserName": "string",
"logUser": {
"id": 0,
"name": "string"
},
"startDate": "2019-08-24T14:15:22Z",
"endDate": "string",
"creatorUserName": "string",
"extensionData": "string",
"title": "string",
"lastModificationTime": "string",
"lastModifierUserId": "string",
"creationTime": "2019-08-24T14:15:22Z",
"creatorUserId": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}