GET api/v1/portals/{portalUid}/jobs/count?lastUpdated={lastUpdated}

Gets the number of published jobs in the specified portal UID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUid

The Portal UID.

globally unique identifier

Required

lastUpdated

The last updated.

date

None.

Body Parameters

None.

Response Information

Resource Description

Returns the number of published jobs.

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>