GET Browse/AccountsProjectsCategories
Get all accounts projects and categories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountsList |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccountsList": [
{
"AccountName": "sample string 1",
"AccountId": "sample string 2",
"CategoryList": [
"sample string 1",
"sample string 2"
],
"ProjectsList": [
{
"ProjectName": "sample string 1",
"ProjectId": "sample string 2",
"CategoryList": [
"sample string 1",
"sample string 2"
]
},
{
"ProjectName": "sample string 1",
"ProjectId": "sample string 2",
"CategoryList": [
"sample string 1",
"sample string 2"
]
}
]
},
{
"AccountName": "sample string 1",
"AccountId": "sample string 2",
"CategoryList": [
"sample string 1",
"sample string 2"
],
"ProjectsList": [
{
"ProjectName": "sample string 1",
"ProjectId": "sample string 2",
"CategoryList": [
"sample string 1",
"sample string 2"
]
},
{
"ProjectName": "sample string 1",
"ProjectId": "sample string 2",
"CategoryList": [
"sample string 1",
"sample string 2"
]
}
]
}
]
}
application/xml, text/xml
Sample:
<AccountsListBrowse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
<AccountsList>
<AccountsBrowse>
<AccountId>sample string 2</AccountId>
<AccountName>sample string 1</AccountName>
<CategoryList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</CategoryList>
<ProjectsList>
<ProjectsBrowse>
<CategoryList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
</CategoryList>
<ProjectId>sample string 2</ProjectId>
<ProjectName>sample string 1</ProjectName>
</ProjectsBrowse>
<ProjectsBrowse>
<CategoryList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
</CategoryList>
<ProjectId>sample string 2</ProjectId>
<ProjectName>sample string 1</ProjectName>
</ProjectsBrowse>
</ProjectsList>
</AccountsBrowse>
<AccountsBrowse>
<AccountId>sample string 2</AccountId>
<AccountName>sample string 1</AccountName>
<CategoryList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</CategoryList>
<ProjectsList>
<ProjectsBrowse>
<CategoryList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
</CategoryList>
<ProjectId>sample string 2</ProjectId>
<ProjectName>sample string 1</ProjectName>
</ProjectsBrowse>
<ProjectsBrowse>
<CategoryList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
</CategoryList>
<ProjectId>sample string 2</ProjectId>
<ProjectName>sample string 1</ProjectName>
</ProjectsBrowse>
</ProjectsList>
</AccountsBrowse>
</AccountsList>
</AccountsListBrowse>