...
This web service allows user to search for resource resumes and documents in or project workspace documents. By specifying folder type code and providing the necessary project identity or resource identity, the search returns project workspace documents or resource resumes.
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | AftyRXSTlnMPzozuKwq0kQ== | |
FolderTypeCode | String (30) | Yes | The code for the documents' folder type. Only two values are allowed and they are "ProjectWorkspaceFolder" for document search and "ResourceResumeFolder" for resume search. | ProjectWorkspaceFolder | |
ProjectIdentity | Yes if searching for project workspace documents | This is the identity of a project and must be included if folder is "ProjectWorkspaceFolder". Click here for more information. | |||
ResourceIdentity | Yes if searching for resource resumeNo | This is the identity of a resource and must be included if folder applies only when FolderTypeCode is "ResourceResumeFolder". It may be specified to limit the results to resumes associated with the given resource. If not specified, all resumes in the account will be searched. Click here for more information. | |||
SearchString | String (255) | Yes | A search string to narrow down the results. A document will be included in the results if the search string matches the word(s) in the document. | Nabucco | |
IncludeInactiveFlag | Boolean | No | false | Applies to resume search with folder type "ResourceResumeFolder". If set to 'true', resumes from inactive resources are also included. | false |
...