GET api/v2/CustomModules/GetByCustomModuleIdWithCustomperformance/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
Collection of CustomModuleRouteBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| AccessRoutes | string | ||
| InitialRoute | boolean | ||
| JavaScript | string | ||
| TypeScript | string | ||
| CustomModuleId | integer | ||
| RenderType | RenderType |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"AccessRoutes": "sample string 2",
"InitialRoute": true,
"JavaScript": "sample string 4",
"TypeScript": "sample string 5",
"CustomModuleId": 6,
"RenderType": {
"Id": 1,
"Identification": "sample string 2"
}
},
{
"Id": 1,
"AccessRoutes": "sample string 2",
"InitialRoute": true,
"JavaScript": "sample string 4",
"TypeScript": "sample string 5",
"CustomModuleId": 6,
"RenderType": {
"Id": 1,
"Identification": "sample string 2"
}
}
]
text/html
Sample:
[{"Id":1,"AccessRoutes":"sample string 2","InitialRoute":true,"JavaScript":"sample string 4","TypeScript":"sample string 5","CustomModuleId":6,"RenderType":{"Id":1,"Identification":"sample string 2"}},{"Id":1,"AccessRoutes":"sample string 2","InitialRoute":true,"JavaScript":"sample string 4","TypeScript":"sample string 5","CustomModuleId":6,"RenderType":{"Id":1,"Identification":"sample string 2"}}]