GET api/v2/CustomModules/GetByCustomModuleIdWithCustomperformance/{id}

Request

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Response

Collection of CustomModuleRouteBasic
NameDescriptionTypeAdditional 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"}}]