Arlo

REST Auth API: OnlineActivityRegistrationSummaryCounts

OnlineActivityRegistrationSummaryCounts resources are a subresource of OnlineActivity, and shows registration related stats.

OnlineActivityRegistrationSummaryCounts instance resource

Resource URI

/api/2012-02-01/auth/resources/onlineactivities/{OnlineActivityID}/registrationsummarycounts/

Resource properties

Property Description
Approved An integer value specifying the number of approved registrations on this online activity.
AwaitingApproval An integer value specifying the number of registrations awaiting approval on this online activity.
Cancelled An integer value specifying the number of cancelled registrations on this online activity.
Completed An integer value specifying the number of completed registrations on this online activity.
NotCancelled An integer value specifying the number of registrations not cancelled on this online activity.

HTTP GET

Returns a representation of an OnlineActivityRegistrationSummaryCounts resource, including the properties above.

Example 1

Returns an OnlineActivityRegistrationSummaryCounts representation for an OnlineActivity that has 1 approved, 2 awaiting approval, 3 completed, 4 cancelled and 7 not cancelled registrations.

GET /api/2012-02-01/auth/resources/onlineactivities/1/registrationsummarycounts/

<OnlineActivityRegistrationSummaryCounts>
<Approved>1</Approved>
<AwaitingApproval>2</AwaitingApproval>
<Cancelled>3</Cancelled>
<Completed>4</Completed>
<NotCancelled>7</NotCancelled>
<Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/onlineactivities/1/registrationsummarycounts/"/>
</OnlineActivityRegistrationSummaryCounts>

HTTP POST

Not supported.

HTTP PUT

Not supported.

HTTP DELETE

Not supported.