GET api/EventProfileQuotas/{event_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
event_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EventProfileQuotasInformationName | Description | Type | Additional information |
---|---|---|---|
EventQuotaProfileId | integer |
None. |
|
EventId | integer |
None. |
|
QuotaProfileId | integer |
None. |
|
AllowRestriction | boolean |
None. |
|
HostCount | integer |
None. |
|
GeneralCount | integer |
None. |
|
CoreOrgOnly | boolean |
None. |
|
IsActive | boolean |
None. |
|
Deleted | integer |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
LastUpdatedDateTime | date |
None. |
|
IsDeleted | boolean |
None. |
|
AccreditationCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EventQuotaProfileId": 1, "EventId": 1, "QuotaProfileId": 2, "AllowRestriction": true, "HostCount": 3, "GeneralCount": 4, "CoreOrgOnly": true, "IsActive": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:48:43.2021455+00:00", "IsDeleted": true, "AccreditationCode": "sample string 5" }, { "EventQuotaProfileId": 1, "EventId": 1, "QuotaProfileId": 2, "AllowRestriction": true, "HostCount": 3, "GeneralCount": 4, "CoreOrgOnly": true, "IsActive": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:48:43.2021455+00:00", "IsDeleted": true, "AccreditationCode": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfEventProfileQuotasInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <EventProfileQuotasInformation> <AccreditationCode>sample string 5</AccreditationCode> <AllowRestriction>true</AllowRestriction> <CoreOrgOnly>true</CoreOrgOnly> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>1</EventId> <EventQuotaProfileId>1</EventQuotaProfileId> <GeneralCount>4</GeneralCount> <HostCount>3</HostCount> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:48:43.2021455+00:00</LastUpdatedDateTime> <QuotaProfileId>2</QuotaProfileId> </EventProfileQuotasInformation> <EventProfileQuotasInformation> <AccreditationCode>sample string 5</AccreditationCode> <AllowRestriction>true</AllowRestriction> <CoreOrgOnly>true</CoreOrgOnly> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>1</EventId> <EventQuotaProfileId>1</EventQuotaProfileId> <GeneralCount>4</GeneralCount> <HostCount>3</HostCount> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:48:43.2021455+00:00</LastUpdatedDateTime> <QuotaProfileId>2</QuotaProfileId> </EventProfileQuotasInformation> </ArrayOfEventProfileQuotasInformation>