GET api/Role/GetAllHomePagesBySystemIdRoleId?systemId={systemId}&roleId={roleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
systemId

integer

Required

roleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ETSystem_Role_HomepageObj
NameDescriptionTypeAdditional information
Id

integer

None.

SystemId

integer

None.

RoleId

integer

None.

Path

string

None.

Desc

string

None.

IBy

integer

None.

UBy

integer

None.

IDt

date

None.

UDt

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "SystemId": 2,
    "RoleId": 3,
    "Path": "sample string 4",
    "Desc": "sample string 5",
    "IBy": 1,
    "UBy": 1,
    "IDt": "2024-11-21T10:50:42.217661+02:00",
    "UDt": "2024-11-21T10:50:42.217661+02:00"
  },
  {
    "Id": 1,
    "SystemId": 2,
    "RoleId": 3,
    "Path": "sample string 4",
    "Desc": "sample string 5",
    "IBy": 1,
    "UBy": 1,
    "IDt": "2024-11-21T10:50:42.217661+02:00",
    "UDt": "2024-11-21T10:50:42.217661+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfETSystem_Role_HomepageObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EToolkitGlobal.Business">
  <ETSystem_Role_HomepageObj>
    <IBy>1</IBy>
    <IDt>2024-11-21T10:50:42.217661+02:00</IDt>
    <UBy>1</UBy>
    <UDt>2024-11-21T10:50:42.217661+02:00</UDt>
    <Desc>sample string 5</Desc>
    <Id>1</Id>
    <Path>sample string 4</Path>
    <RoleId>3</RoleId>
    <SystemId>2</SystemId>
  </ETSystem_Role_HomepageObj>
  <ETSystem_Role_HomepageObj>
    <IBy>1</IBy>
    <IDt>2024-11-21T10:50:42.217661+02:00</IDt>
    <UBy>1</UBy>
    <UDt>2024-11-21T10:50:42.217661+02:00</UDt>
    <Desc>sample string 5</Desc>
    <Id>1</Id>
    <Path>sample string 4</Path>
    <RoleId>3</RoleId>
    <SystemId>2</SystemId>
  </ETSystem_Role_HomepageObj>
</ArrayOfETSystem_Role_HomepageObj>