POST api/projectone/projectMembers
Get all members based on every project base id listed in binder
Request Information
URI Parameters
None.
Body Parameters
ProjectOneBinderName | Description | Type | Additional information |
---|---|---|---|
ManagementProjectBaseId | integer |
None. |
|
DevelopmentProjectBaseId | integer |
None. |
|
KnowledgeProjectBaseId | integer |
None. |
|
RequirementProjectBaseId | integer |
None. |
|
TestRunProjectBaseId | integer |
None. |
|
TestLiberaryProjectBaseId | integer |
None. |
|
DefectProjectBaseId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ManagementProjectBaseId": 1, "DevelopmentProjectBaseId": 2, "KnowledgeProjectBaseId": 3, "RequirementProjectBaseId": 4, "TestRunProjectBaseId": 5, "TestLiberaryProjectBaseId": 6, "DefectProjectBaseId": 7 }
application/xml, text/xml
Sample:
<ProjectOneBinder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding"> <DefectProjectBaseId>7</DefectProjectBaseId> <DevelopmentProjectBaseId>2</DevelopmentProjectBaseId> <KnowledgeProjectBaseId>3</KnowledgeProjectBaseId> <ManagementProjectBaseId>1</ManagementProjectBaseId> <RequirementProjectBaseId>4</RequirementProjectBaseId> <TestLiberaryProjectBaseId>6</TestLiberaryProjectBaseId> <TestRunProjectBaseId>5</TestRunProjectBaseId> </ProjectOneBinder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Get all members based on every project base id listed in binder
API_Data_IEnumerableOfP1ProjectMemberModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Error | ErrorInfo |
None. |
|
Data | Collection of P1ProjectMemberModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Error": { "ErrorCode": 1, "ErrorMessage": "sample string 1" }, "Data": [ { "MemberId": 1, "MemberName": "sample string 2", "ShortName": "sample string 3", "EmailAddress": "sample string 4", "DevelopmentModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "ManagementModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "KnowledgeModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "RequirementModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "TestRunModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "TestLiberaryModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "DefectModuleAccountType": { "Id": 1, "Name": "sample string 2" } }, { "MemberId": 1, "MemberName": "sample string 2", "ShortName": "sample string 3", "EmailAddress": "sample string 4", "DevelopmentModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "ManagementModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "KnowledgeModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "RequirementModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "TestRunModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "TestLiberaryModuleAccountType": { "Id": 1, "Name": "sample string 2" }, "DefectModuleAccountType": { "Id": 1, "Name": "sample string 2" } } ] }
application/xml, text/xml
Sample:
<API_Data_ArrayOfP1ProjectMemberModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities"> <d2p1:P1ProjectMemberModel> <d2p1:DefectModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:DefectModuleAccountType> <d2p1:DevelopmentModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:DevelopmentModuleAccountType> <d2p1:EmailAddress>sample string 4</d2p1:EmailAddress> <d2p1:KnowledgeModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:KnowledgeModuleAccountType> <d2p1:ManagementModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:ManagementModuleAccountType> <d2p1:MemberId>1</d2p1:MemberId> <d2p1:MemberName>sample string 2</d2p1:MemberName> <d2p1:RequirementModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:RequirementModuleAccountType> <d2p1:ShortName>sample string 3</d2p1:ShortName> <d2p1:TestLiberaryModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:TestLiberaryModuleAccountType> <d2p1:TestRunModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:TestRunModuleAccountType> </d2p1:P1ProjectMemberModel> <d2p1:P1ProjectMemberModel> <d2p1:DefectModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:DefectModuleAccountType> <d2p1:DevelopmentModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:DevelopmentModuleAccountType> <d2p1:EmailAddress>sample string 4</d2p1:EmailAddress> <d2p1:KnowledgeModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:KnowledgeModuleAccountType> <d2p1:ManagementModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:ManagementModuleAccountType> <d2p1:MemberId>1</d2p1:MemberId> <d2p1:MemberName>sample string 2</d2p1:MemberName> <d2p1:RequirementModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:RequirementModuleAccountType> <d2p1:ShortName>sample string 3</d2p1:ShortName> <d2p1:TestLiberaryModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:TestLiberaryModuleAccountType> <d2p1:TestRunModuleAccountType> <Id>1</Id> <Name>sample string 2</Name> </d2p1:TestRunModuleAccountType> </d2p1:P1ProjectMemberModel> </Data> <Error> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 1</ErrorMessage> </Error> <Success>true</Success> </API_Data_ArrayOfP1ProjectMemberModel>