GET api/v1/companies/{companyUid}/jobs/count?lastUpdated={lastUpdated}
Gets the number of published jobs in the specified portal UID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyUid | globally unique identifier |
Required |
|
| lastUpdated |
The last updated. |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns the number of published jobs.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>