GET {version}/Individuals/{sourceId}/CustomFields
Returns an individual's custom fields. Expects a valid Source ID as the parameter. Invalid Source ID results in 404 error.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sourceId | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns collection of UDF groups, each containing a list of udfs.
Collection of Aristotle.P6.ViewModels.UDF.UdfGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupName | string |
None. |
|
| Fields | Collection of Aristotle.P6.ViewModels.UDF.UdfInformation |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupName": "sample string 1",
"Fields": [
{
"GUID": "377be5c7-b755-49ca-9e79-2d58774c69db",
"GroupName": "sample string 2",
"GroupId": "2260b2b8-90b1-4e32-a46f-d8326fd1741d",
"FieldId": "02104c6c-2dc1-4b21-b6b6-5d701a6ee43c",
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"EntityType": "sample string 5",
"SelectedValue": "sample string 6"
},
{
"GUID": "377be5c7-b755-49ca-9e79-2d58774c69db",
"GroupName": "sample string 2",
"GroupId": "2260b2b8-90b1-4e32-a46f-d8326fd1741d",
"FieldId": "02104c6c-2dc1-4b21-b6b6-5d701a6ee43c",
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"EntityType": "sample string 5",
"SelectedValue": "sample string 6"
}
]
},
{
"GroupName": "sample string 1",
"Fields": [
{
"GUID": "377be5c7-b755-49ca-9e79-2d58774c69db",
"GroupName": "sample string 2",
"GroupId": "2260b2b8-90b1-4e32-a46f-d8326fd1741d",
"FieldId": "02104c6c-2dc1-4b21-b6b6-5d701a6ee43c",
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"EntityType": "sample string 5",
"SelectedValue": "sample string 6"
},
{
"GUID": "377be5c7-b755-49ca-9e79-2d58774c69db",
"GroupName": "sample string 2",
"GroupId": "2260b2b8-90b1-4e32-a46f-d8326fd1741d",
"FieldId": "02104c6c-2dc1-4b21-b6b6-5d701a6ee43c",
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"EntityType": "sample string 5",
"SelectedValue": "sample string 6"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfUdfGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.P6.ViewModels.UDF">
<UdfGroup>
<Fields>
<UdfInformation>
<EntityType>sample string 5</EntityType>
<FieldId>02104c6c-2dc1-4b21-b6b6-5d701a6ee43c</FieldId>
<FieldName>sample string 3</FieldName>
<FieldType>sample string 4</FieldType>
<GUID>377be5c7-b755-49ca-9e79-2d58774c69db</GUID>
<GroupId>2260b2b8-90b1-4e32-a46f-d8326fd1741d</GroupId>
<GroupName>sample string 2</GroupName>
<SelectedValue>sample string 6</SelectedValue>
</UdfInformation>
<UdfInformation>
<EntityType>sample string 5</EntityType>
<FieldId>02104c6c-2dc1-4b21-b6b6-5d701a6ee43c</FieldId>
<FieldName>sample string 3</FieldName>
<FieldType>sample string 4</FieldType>
<GUID>377be5c7-b755-49ca-9e79-2d58774c69db</GUID>
<GroupId>2260b2b8-90b1-4e32-a46f-d8326fd1741d</GroupId>
<GroupName>sample string 2</GroupName>
<SelectedValue>sample string 6</SelectedValue>
</UdfInformation>
</Fields>
<GroupName>sample string 1</GroupName>
</UdfGroup>
<UdfGroup>
<Fields>
<UdfInformation>
<EntityType>sample string 5</EntityType>
<FieldId>02104c6c-2dc1-4b21-b6b6-5d701a6ee43c</FieldId>
<FieldName>sample string 3</FieldName>
<FieldType>sample string 4</FieldType>
<GUID>377be5c7-b755-49ca-9e79-2d58774c69db</GUID>
<GroupId>2260b2b8-90b1-4e32-a46f-d8326fd1741d</GroupId>
<GroupName>sample string 2</GroupName>
<SelectedValue>sample string 6</SelectedValue>
</UdfInformation>
<UdfInformation>
<EntityType>sample string 5</EntityType>
<FieldId>02104c6c-2dc1-4b21-b6b6-5d701a6ee43c</FieldId>
<FieldName>sample string 3</FieldName>
<FieldType>sample string 4</FieldType>
<GUID>377be5c7-b755-49ca-9e79-2d58774c69db</GUID>
<GroupId>2260b2b8-90b1-4e32-a46f-d8326fd1741d</GroupId>
<GroupName>sample string 2</GroupName>
<SelectedValue>sample string 6</SelectedValue>
</UdfInformation>
</Fields>
<GroupName>sample string 1</GroupName>
</UdfGroup>
</ArrayOfUdfGroup>