GET api/JobSeeker/Profile/GetProfilePublicStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProfilePublicStatusName | Description | Type | Additional information |
---|---|---|---|
IsPublic | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "isPublic": true }
application/xml, text/xml
Sample:
<ProfilePublicStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker"> <IsPublic>true</IsPublic> </ProfilePublicStatus>