ConceptShare Test
Fill in the name of the API call in the code shown below. <soap:Body> <________________________ xmlns="ConceptShare.API"> <ownerEmail>string</ownerEmail> <password>string</pas...
If you call the IsConceptShareUser API, which of the following elements must you include in the body of your SOAP?
If you call the UpdateContactEmail API, which of the following is NOT a valid child element of the SOAP body?
If you want to call the AddUsersToConceptApproval API, which of the following must you use as the body of your SOAP request?
If you want to upload a file to your Workspace, you must send a SOAP request to the UploadWorkspaceFile API. Which child elements will you need to send in the SOAP body?
In the SOAP response below, what will the data type be for the AddFolderResult element (indicated by a blank line in the example)? <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="h...
Is there any API function available in ConceptShare that lets users download files from their Workspace?
Shown below is the SOAP body element used to send a request to the AddConcept API. Which element is missing? <soap:Body> <AddConcept xmlns="ConceptShare.API"> <workspaceId>int</workspac...
Study the SOAP response below. From the options given, choose the value that is NOT acceptable for the EventType element (indicated by blank lines in the example)? <?xml version="1.0" encoding="ut...
The CreateTaskFromCommentResult, which is the child element of CreateTaskFromCommentResponse that is returned when you call the CreateTaskFromComment API, will be in which of the following data types?
The includeTasksAssignedByMe child element shown in the given figure would be in which of the following data types?
What is the response of the SelectConceptsInFolder API?
What is the response of the SelectWorkspaceMemberListAPI?
When you call the GetWorkspaceImage API the imageFormat element will be in which of the following data types?
When you call the SelectWorkspace API, the AllowUsersToDownloadConcepts element (marked as A in the given image) will be in which of the following data types?
When you call the SelectWorkspaceFolderList API, which of the following elements is not included in the SOAP response?
When you call the VoteOnConcept ConceptShare API, you have to pass values for the vote element. Which of the following is not an acceptable value for the vote element?
When you send a SOAP 1.1 request using the ArchiveWorkspace API as shown below, what will the SOAP 1.1 response be? <soap:Body> <ArchiveWorkspace xmlns="ConceptShare.API"> <workspaceId>i...
When you send a SOAP request using the AddWorkspaceMember API, which of the following are acceptable values for the accessLevel element of the SOAP body?
Which element(s) of the SOAP body is/are missing in the request below? <soap:Body> <AddConceptWithParameters xmlns="ConceptShare.API"> <workspaceId>int</workspaceId> <conceptName>s...
Which error is present in the SOAP request body shown below? <soap:Body> <SelectSupportedExtensions xmlns="ConceptShare.API" /> </soap:Body>
Which of the following APIs passes the username and password elements in the SOAP body?
Which of the following are valid child elements that are returned in the SOAP response when you call the SelectWorkspaceTaskList API?
Which of the following child elements MUST be included in the SOAP body when you call the Authorize API?
Which of the following child elements of the SOAP body is supplied in the AddWorkspaceMember2 API but not in the AddWorkspaceMember API?
Which of the following elements do you have to send when calling the MoveConceptToFolder API?
Which of the following elements is not returned in the SOAP response when the UpdateConceptWithParameters API is called?
Which of the following elements is supplied when you call the SelectWorkspaceList API?
Which of the following elements of the SOAP body are always required when sending a CompleteWorkspaceTask API request?
Which of the following elements should be included in the SOAP body element when you call CanCreateTrialAccount API?
Which of the following is always included in the SOAP header while calling any ConceptShare API?
Which of the following is an incorrect SOAP body response when you send a SOAP request to the UpdateWorkspace API?
Which of the following is not a ConceptShare Concepts API?
Which of the following is not a ConceptShare Workspace API?
Which of the following is the correct SOAP request body for calling RemoveWorkspaceMember API?
Which of the following is the correct SOAP request body for calling the DisableWorkspace API?
Which of the following is the correct SOAP response body that is returned by the SetConceptPermissions API?
Which of the following lines from a SOAP 1.1 request contains an error? 1.<?xml version="1.0" encoding="utf-8"?> 2.<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmln...