Choice
A Choice resource represents a Relativity admin or workspace choice. You can use the REST API to read and query choices. You can also interact with choices through the Services API. Note that Service API also allows you to create, update, and delete choices.
For general information about choices, see the Relativity Documentation site.
This page contains the following information:
GET method
You can use the GET method to retrieve a single Choice or a collection of Choices. You can find a general overview of this functionality in Retrieve resources and a detailed code sample in Create a simple .NET client.
Retrieve all admin Choices
You can retrieve a collection of all admin Choices with a GET method.
Sample URL
The URL indicates that you are retrieving a collection of Choice resources. You don't need to provide a body with this GET request.
/Relativity.REST/Relativity/Choice |
Response

This JSON representation is an abridged response. The ellipsis (...) indicates where JSON data has been omitted.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | { "TotalResultCount" : 186, "ResultCount" : 186, "Results" : [ { "Artifact ID" : 662, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Relativity Text Identifier" : "Active" , "Choice Type ID" : 5, "Order" : 2, "Keyboard Shortcut" : "" , "__Fields" : [ { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 663, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Relativity Text Identifier" : "Internal" , "Choice Type ID" : 3, "Order" : 1, "Keyboard Shortcut" : "" , "__Fields" : [ { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 668, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Relativity Text Identifier" : "Inactive" , "Choice Type ID" : 2, "Order" : 2, "Keyboard Shortcut" : "" , "__Fields" : [ { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, ... ], "NextPage" : null , "PreviousPage" : null , "QueryToken" : null } |
Retrieve a single admin Choice
When you retrieve a single Choice, you must also supply a unique identifier (such as a GUID or ArtifactID) for the resource.
Sample URL
The URL contains the identifier for a Choice resource. You don't need to provide a body with a GET request.
/Relativity.REST/Relativity/Choice/1038579 |
Response

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | { "Artifact ID" : 671, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Active" , "Order" : 1, "Choice Type ID" : 6, "System Created By" : { "Artifact ID" : 9, "Guids" : null , "Artifact Type ID" : 2, "Artifact Type Name" : "User" , "Artifact Type Guids" : null , "Full Name" : "Admin, Relativity" , }, "System Last Modified By" : { "Artifact ID" : 9, "Guids" : null , "Artifact Type ID" : 2, "Artifact Type Name" : "User" , "Artifact Type Guids" : null , "Full Name" : "Admin, Relativity" , }, "System Created On" : "2007-01-01T00:00:00" , "System Last Modified On" : "2007-01-01T00:00:00" , "Object Type Name" : "Matter" , "Highlight Style ID" : 3, "Relativity Text Identifier" : "Active" , "Relativity Applications" : [], "Keyboard Shortcut" : "" , "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Created By" , "Field Type" : "User" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Last Modified By" , "Field Type" : "User" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Created On" , "Field Type" : "Date" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Last Modified On" , "Field Type" : "Date" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Object Type Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Highlight Style ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Relativity Applications" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 } ] } |
Retrieve all workspace Choices
You can retrieve a collection of Choices with a GET method.
Sample URL
The URL indicates that you are retrieving a collection of Choice resources. You don't need to provide a body with this GET request.
/Relativity.Rest/Workspace/1014823/Choice |
Response

This JSON representation is an abridged response. The ellipsis (...) indicates where JSON data has been omitted.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | { "TotalResultCount" : 410, "ResultCount" : 410, "Results" : [ { "Artifact ID" : 1003664, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Relativity Text Identifier" : "Active" , "Choice Type ID" : 2, "Keyboard Shortcut" : "" , "Order" : 1, "__Fields" : [ { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "SingleObject" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1003698, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Relativity Text Identifier" : "Staging" , "Choice Type ID" : 1000001, "Keyboard Shortcut" : "" , "Order" : 0, "__Fields" : [ { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "SingleObject" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1003699, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Relativity Text Identifier" : "Waiting" , "Choice Type ID" : 1000001, "Keyboard Shortcut" : "" , "Order" : 1, "__Fields" : [ { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "SingleObject" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, ... ], "NextPage" : null , "PreviousPage" : null , "QueryToken" : null } |
Retrieve a single workspace Choice
When you retrieve a single Choice, you must supply a unique identifier (such as a GUID or ArtifactID) for the resource.
Sample URL
The URL contains the identifier for a Choice resource. You don't need to provide a body with a GET request.
/Relativity.REST/Workspace/1014823/Choice/1037418 |
Response

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | { "Artifact ID" : 1037418, "Guids" : [ "50a923ce-5ef8-4bab-a914-194004e7736b" ], "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Microsoft Word" , "Order" : 0, "System Created By" : { "Artifact ID" : 777, "Guids" : null , "Artifact Type ID" : 2, "Artifact Type Name" : "User" , "Artifact Type Guids" : null , "Full Name" : "Service Account, Relativity" , }, "System Last Modified By" : { "Artifact ID" : 777, "Guids" : null , "Artifact Type ID" : 2, "Artifact Type Name" : "User" , "Artifact Type Guids" : null , "Full Name" : "Service Account, Relativity" , }, "System Created On" : "2015-11-25T21:42:29.503" , "System Last Modified On" : "2015-11-25T21:42:41.11" , "Object Type Name" : "Application Field Code" , "Keyboard Shortcut" : "" , "Relativity Text Identifier" : "Microsoft Word" , "Choice Type ID" : 1000095, "Highlight Style ID" : 3, "Relativity Applications" : [ { "Artifact ID" : 1036646, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : "Relativity Application" , "Artifact Type Guids" : null , "Name" : "Imaging" , "__Location" : "https://hostname.mycompany.corp/Relativity.REST/Workspace/1014823/Relativity%20Application/1036646" } ], "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Created By" , "Field Type" : "User" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Last Modified By" , "Field Type" : "User" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Created On" , "Field Type" : "Date" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "System Last Modified On" , "Field Type" : "Date" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Object Type Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Keyboard Shortcut" , "Field Type" : "SingleObject" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Relativity Text Identifier" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Highlight Style ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Relativity Applications" , "Field Type" : "MultipleObject" , "Field Guids" : null , "Field Artifact ID" : 0 } ] } |
POST method
You can use the POST method to query admin and workspace choices. For detailed information about Relativity REST API query syntax, see Perform queries.
Query admin Choices
You can set conditions used to query admin Choice resources.
Sample URL
/Relativity.REST/Relativity/Choice/QueryResult |
Request

1 2 3 4 5 6 | //Input JSON representation of a Choice query. { "condition" : " 'Name' like 'analytics'" , "fields" :[ "Name" , "Order" , "Choice Type ID" ] } |
Response

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | //Output JSON representation of results from a Choice query { "TotalResultCount" : 3, "ResultCount" : 3, "Results" : [ { "Artifact ID" : 1015232, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Analytics Server" , "Order" : 1, "Choice Type ID" : 1000001, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1015346, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Analytics Indexing" , "Order" : 0, "Choice Type ID" : 1000022, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1015347, "Guids" : null , "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 62, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Structured Data Analytics" , "Order" : 10, "Choice Type ID" : 1000022, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] } ], "NextPage" : null , "PreviousPage" : null , "QueryToken" : null } |
Query workspace Choices
You can set conditions used to query workspace Choice resources.
Sample URL
/Relativity.REST/Workspace/1014823/Choice/QueryResult |
Request

1 2 3 4 5 6 | //Input JSON representation of a Choice query. { "condition" : " 'Name' like 'micro'" , "fields" :[ "Name" , "Order" , "Choice Type ID" ] } |
Response

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | //Output JSON representation of results from a Choice query. { "TotalResultCount" : 4, "ResultCount" : 4, "Results" : [ { "Artifact ID" : 1037418, "Guids" : [ "50a923ce-5ef8-4bab-a914-194004e7736b" ], "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Microsoft Word" , "Order" : 0, "Choice Type ID" : 1000095, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1037419, "Guids" : [ "30107b4b-19cb-4a30-9b12-0202e6813e4e" ], "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Microsoft Excel" , "Order" : 10, "Choice Type ID" : 1000095, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1037420, "Guids" : [ "6759510c-3b64-4567-8f13-584b4a70dc74" ], "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Microsoft Powerpoint" , "Order" : 20, "Choice Type ID" : 1000095, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] }, { "Artifact ID" : 1037421, "Guids" : [ "d4b5c4ed-ea0a-4fea-a837-c5a1acdc34ac" ], "Artifact Type ID" : 7, "Artifact Type Name" : "Choice" , "Artifact Type Guids" : null , "Parent Artifact" : { "Artifact ID" : 1003663, "Guids" : null , "Artifact Type ID" : null , "Artifact Type Name" : null , "Artifact Type Guids" : null , "__Location" : null }, "Name" : "Microsoft Visio" , "Order" : 30, "Choice Type ID" : 1000095, "__Fields" : [ { "Name" : "Name" , "Field Type" : "FixedLengthText" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Order" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 }, { "Name" : "Choice Type ID" , "Field Type" : "WholeNumber" , "Field Guids" : null , "Field Artifact ID" : 0 } ] } ], "NextPage" : null , "PreviousPage" : null , "QueryToken" : null } |