GET api/v2/CustomModules/GetCustomModuleUserProfile
Request
URI Parameters
Response
Collection of CustomModuleBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string | ||
| JavaScript | string | ||
| TypeScript | string | ||
| Width | decimal number | ||
| Height | decimal number | ||
| Url | string | ||
| Active | boolean | ||
| SuspendedScreen | boolean | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
[
{
"Token": "sample string 1",
"JavaScript": "sample string 2",
"TypeScript": "sample string 3",
"Width": 1.1,
"Height": 1.1,
"Url": "sample string 4",
"Active": true,
"SuspendedScreen": true,
"Id": 7,
"Identification": "sample string 8"
},
{
"Token": "sample string 1",
"JavaScript": "sample string 2",
"TypeScript": "sample string 3",
"Width": 1.1,
"Height": 1.1,
"Url": "sample string 4",
"Active": true,
"SuspendedScreen": true,
"Id": 7,
"Identification": "sample string 8"
}
]
text/html
Sample:
[{"Token":"sample string 1","JavaScript":"sample string 2","TypeScript":"sample string 3","Width":1.1,"Height":1.1,"Url":"sample string 4","Active":true,"SuspendedScreen":true,"Id":7,"Identification":"sample string 8"},{"Token":"sample string 1","JavaScript":"sample string 2","TypeScript":"sample string 3","Width":1.1,"Height":1.1,"Url":"sample string 4","Active":true,"SuspendedScreen":true,"Id":7,"Identification":"sample string 8"}]