GET v1/admin/company/{id}/Events/{productId}/Sessions?sort={sort}

Retrieves the Session details for a associated event including its events details in the admin events catalog.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

productId

integer

Required

sort

A comma delimited list of columns to sort by. Field are sorted in ascending order by default. To have a field sort in descending order, preface it with the minus (-) sign.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of SingleAdminSessionEvent
NameDescriptionTypeAdditional information
id

product id of an event.

integer

None.

parentProductId

parent product id of an event.

integer

None.

name

Name of an event.

string

None.

startDate

Startdate of an event.

date

None.

endDate

EndDate of an event.

date

None.

venue

The name of the location where this event is taking place'.

string

None.

hasScheduledSpeakers

true, when speakers are available for particular event.

boolean

None.

CurrencySymbol

string

None.

webName

WebName of an event.

string

None.

webDescription

A short rich text description of event with html encoding.

string

None.

webLongDescription

A long rich text description of event with html encoding.

string

None.

hasComplexPricing

If true, this indicates you must add the product to the cart in order to get an accurate price.

boolean

None.

defaultPrice

decimal number

None.

defaultMemberPrice

decimal number

None.

nonMemberPrice

decimal number

None.

retailPrice

decimal number

None.

statusID

integer

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "parentProductId": 2,
    "name": "sample string 3",
    "startDate": "2024-10-05T09:13:52.1890092+00:00",
    "endDate": "2024-10-05T09:13:52.1890092+00:00",
    "venue": "sample string 6",
    "hasScheduledSpeakers": true,
    "CurrencySymbol": "sample string 8",
    "webName": "sample string 9",
    "webDescription": "sample string 10",
    "webLongDescription": "sample string 11",
    "hasComplexPricing": true,
    "defaultPrice": 13.0,
    "defaultMemberPrice": 14.0,
    "nonMemberPrice": 15.0,
    "retailPrice": 16.0,
    "statusID": 17,
    "status": "sample string 18"
  },
  {
    "id": 1,
    "parentProductId": 2,
    "name": "sample string 3",
    "startDate": "2024-10-05T09:13:52.1890092+00:00",
    "endDate": "2024-10-05T09:13:52.1890092+00:00",
    "venue": "sample string 6",
    "hasScheduledSpeakers": true,
    "CurrencySymbol": "sample string 8",
    "webName": "sample string 9",
    "webDescription": "sample string 10",
    "webLongDescription": "sample string 11",
    "hasComplexPricing": true,
    "defaultPrice": 13.0,
    "defaultMemberPrice": 14.0,
    "nonMemberPrice": 15.0,
    "retailPrice": 16.0,
    "statusID": 17,
    "status": "sample string 18"
  }
]

text/html

Sample:
[{"id":1,"parentProductId":2,"name":"sample string 3","startDate":"2024-10-05T09:13:52.1890092+00:00","endDate":"2024-10-05T09:13:52.1890092+00:00","venue":"sample string 6","hasScheduledSpeakers":true,"CurrencySymbol":"sample string 8","webName":"sample string 9","webDescription":"sample string 10","webLongDescription":"sample string 11","hasComplexPricing":true,"defaultPrice":13.0,"defaultMemberPrice":14.0,"nonMemberPrice":15.0,"retailPrice":16.0,"statusID":17,"status":"sample string 18"},{"id":1,"parentProductId":2,"name":"sample string 3","startDate":"2024-10-05T09:13:52.1890092+00:00","endDate":"2024-10-05T09:13:52.1890092+00:00","venue":"sample string 6","hasScheduledSpeakers":true,"CurrencySymbol":"sample string 8","webName":"sample string 9","webDescription":"sample string 10","webLongDescription":"sample string 11","hasComplexPricing":true,"defaultPrice":13.0,"defaultMemberPrice":14.0,"nonMemberPrice":15.0,"retailPrice":16.0,"statusID":17,"status":"sample string 18"}]

application/xml, text/xml

Sample:
<ArrayOfv1_Admin_CompanyEndpointController.SingleAdminSessionEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Admin_CompanyEndpoint">
  <v1_Admin_CompanyEndpointController.SingleAdminSessionEvent>
    <CurrencySymbol>sample string 8</CurrencySymbol>
    <defaultMemberPrice>14</defaultMemberPrice>
    <defaultPrice>13</defaultPrice>
    <endDate>2024-10-05T09:13:52.1890092+00:00</endDate>
    <hasComplexPricing>true</hasComplexPricing>
    <hasScheduledSpeakers>true</hasScheduledSpeakers>
    <id>1</id>
    <name>sample string 3</name>
    <nonMemberPrice>15</nonMemberPrice>
    <parentProductId>2</parentProductId>
    <retailPrice>16</retailPrice>
    <startDate>2024-10-05T09:13:52.1890092+00:00</startDate>
    <status>sample string 18</status>
    <statusID>17</statusID>
    <venue>sample string 6</venue>
    <webDescription>sample string 10</webDescription>
    <webLongDescription>sample string 11</webLongDescription>
    <webName>sample string 9</webName>
  </v1_Admin_CompanyEndpointController.SingleAdminSessionEvent>
  <v1_Admin_CompanyEndpointController.SingleAdminSessionEvent>
    <CurrencySymbol>sample string 8</CurrencySymbol>
    <defaultMemberPrice>14</defaultMemberPrice>
    <defaultPrice>13</defaultPrice>
    <endDate>2024-10-05T09:13:52.1890092+00:00</endDate>
    <hasComplexPricing>true</hasComplexPricing>
    <hasScheduledSpeakers>true</hasScheduledSpeakers>
    <id>1</id>
    <name>sample string 3</name>
    <nonMemberPrice>15</nonMemberPrice>
    <parentProductId>2</parentProductId>
    <retailPrice>16</retailPrice>
    <startDate>2024-10-05T09:13:52.1890092+00:00</startDate>
    <status>sample string 18</status>
    <statusID>17</statusID>
    <venue>sample string 6</venue>
    <webDescription>sample string 10</webDescription>
    <webLongDescription>sample string 11</webLongDescription>
    <webName>sample string 9</webName>
  </v1_Admin_CompanyEndpointController.SingleAdminSessionEvent>
</ArrayOfv1_Admin_CompanyEndpointController.SingleAdminSessionEvent>