REST interface for BPD-related resources - Asset List Resource - GET Method

Use this method to retrieve a list of the assets created in IBM Process Designer that can be viewed or printed by using the process documentation tools. The user must have read access to the process application.

Sample method invocation

GET /rest/bpm/wle/v1/assets[?snapshotId={string}][&branchId={string}][&processAppId={string}][&documentationType={string}][&documentationSize={string}][&filter={string set}]

Parameters

Note: To identify the correct snapshot to be used, you must specify one of the snapshotId, branchId, or processAppId parameters.
The following precedence rules apply:
1) If the snapshotId parameter is specified, that specific snapshot is used and the processAppId parameter is ignored.
2) If the branchId parameter is specified, the tip (current) snapshot of the specified branch (track) is used.
3) If the processAppId parameter is specified, the tip (current) snapshot of the default branch (track) within that process application is used.

Note: For a complete list of supported assets, see the sample JSON schema below.
Optional parameters
NameValue TypeDescription
snapshotId string
The identifier of the snapshot associated with the assets. You must set one of the snapshotId, branchId, or processAppId parameters.
branchId string
The identifier of the branch associated with the assets. You must set one of the snapshotId, branchId, or processAppId parameters.
processAppId string
The identifier of the process application associated with the assets. You must set one of the snapshotId, branchId, or processAppId parameters.
documentationType string
Specifies which of the following text types is used to format the asset description:

plain Formats the description in plain text.
rich Formats the description in rich text.
both Formats the description in plain text and formats a second description in rich text.

Note: If you do not specify this parameter, both plain text and rich text asset descriptions are returned.
documentationSize string
Specifies the maximum character count of the plain text description that is returned for each asset. This parameter is ignored for rich text descriptions. If the parameter is not specified, the full plain text description is returned.
filter string set
Filters the assets that are returned based on the following rules:

type Filters the assets by type. For example, if you specify type=BPD, only BPDs are returned in a given project/snapshot/branch. For a complete list of supported assets, see the sample JSON schema below.
name Filters the assets by name. For example, if you specify name=process, only those assets are returned that contain the string "process" in their name.
tag Filters the assets by tag. For example, if you specify tag=HR, only those assets are returned that contain the tag "HR" in their list of tags.

Note: This a string set. As a result, multiple rules can be used in the same REST call.

Request content

None

Response content

Zero or more asset lists grouped by asset type. Note: The identifier returned for an asset of type Participant can be used as a teamId value in team-related calls.

The default content type is application/json.

MIME type: application/json


+ View schema
{
    "status":"200",
    "data":{
        {
        	"type": "string",
        	"description": "The type name of the asset.", 
        	"enum":
         	[
	            "ProjectDefaults", 
	            "BPD", 
	            "Human Service, 
	            "SCA Service", 			
	            "Integration Service", 
	            "Rule Service",     
	            "General System Service",
	            "Undercover Agent Passthrough Service",
	            "Coach Flow",
	            "External Service",
	            "Service Flow",
	            "Deployment Service Flow", 
	            "VariableType", 
	            "Participant, 
	            "ExternalActivity", 
	            "EPV", 
	            "TimingInterval",	            
	            "TrackingGroup",	            
	            "SLA",	            
	            "UCA",	            
	            "WebService"
	         ]
         }: 
        [
           {
                "description":{"type": "string", "description": "The description the asset."},
                "richDescription":{"type": "string", "description": "The rich text description the asset."},
                "poId":{"type": "string", "description": "The persistent object ID of the asset."},
                "poVersionId": {"type": "string", "description": "The persistent object version ID of the asset."},
                "tags":[{"type": "string", "description": "The tag of the asset."}],
                "shared":{"type": "boolean", "description": "True if asset is a shared business object, false otherwise."},
                "iconType":{"type": "integer", "description": "Business object icon type. 0 - Business object default icon. 1 - Business object shared icon. 2 - Business object discovered icon."},
                "name":{"type": "string", "description": "The name of the asset."},
                "last_modified_by_userId":{"type": "long", "description": "The user ID of the last modifier on the asset."},
                "last_modified_by_userName":{"type": "string", "description": "The user name of the last modifier on the asset."},
                "last_modified":{"type": "long", "description": "The last modified date of the asset."}
            }
        ],
        "snapshotId":{"type": "string", "description": "The snapshot identifier."},
		"snapshotCreationDate":{"type": "long", "description": "The creation date of the snapshot."},
		"snapshotName":{"type": "string", "description": "The name of the snapshot."},
		"branchId":{"type": "string", "description": "The branch identifier."},
		"branchName":{"type": "string", "description": "The name of the branch."},
		"projectId":{"type": "string", "description": "The process application or toolkit identifier"},
		"projectName":{"type": "string", "description": "The name of the process application or toolkit"},
		"isToolkit":{"type": "boolean", "description": "True if this is a toolkit, false if it is a process application"}
    }
}

Note:
1. "SCA Service" is also called "advanced integration service"
2. "Rule Service" is also called "decision service"
3. "BPD" is "business process definition"
4. "VariableType" is also called "business object"
5. "Participant" is "participant group"
6. "EPV" is "exposed process value"
7. "SLA" is "service level agreement"
8. "UCA" is "undercover agent"
+ View example content
{
    "status":"200",
    "data":{
        "WebService":[{
                "description":"rwuroiwr\u000awerwroiwer\u000awerwoeirupoiwer\u000aewruoiweruoiweruowerwoieroiwerw",
                "poId":"7.71b8a577-a46b-4608-aa7f-4d2ccee6a8c9",
                "poVersionId":"0aada90e-e880-4330-aa23-d5fd45b3b6af",
                "tags":[],
                "name":"ws1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874424
            }
        ],
        "Human Service":[{
                "poId":"1.7f854d48-db50-49fd-9229-929f7840394b",
                "poVersionId":"37da2a1f-7832-49aa-9b6c-4e2660c087df",
                "tags":[],
                "name":"GM Approval",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874033
            },
            {
                "poId":"1.551dd543-a770-4d6c-b0e0-1c9d61242e55",
                "poVersionId":"73c87cbd-dcea-48e6-9d72-64b8f7972e8a",
                "tags":[],
                "name":"Submit Requisition",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873549
            }
        ],
        "SCA Service":[{
                "description":"fuoisufoiweuroiwueoirw\u000aweiruweoiruwoeuroiweruiowerweriweuroi\u000aweirwepruwoeuroiweuroiweio",
                "poId":"1.dbc86c13-0997-4147-8662-32447f68eead",
                "poVersionId":"78b3deb3-3309-4116-8820-5a6f47390d0f",
                "tags":[],
                "name":"ais",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874096
            }
        ],
        "SLA":[{
                "description":"kjfjsklfjlkdsjfsdf\u000asdflksdjflskfjlksdfjlksf\u000asdfksldjf;lsdjflksdjflksdjflksjflsfjlsk",
                "poId":"47.fa427274-071e-4192-b43c-d115f536f60b",
                "poVersionId":"0083630e-0549-4ade-98e0-eef779e1e36e",
                "tags":[],
                "name":"sla1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874892
            }
        ],
        "TrackingGroup":[{
                "description":"kjhksf\u000asdjfksdjfsdfjsd\u000asfjlsjflksfd\u000asdfjlksjflksf\u000asdfjlsdjflsfjlksjflskf",
                "poId":"14.96205756-2698-4a58-80e4-406e6900d4e4",
                "poVersionId":"9f1089fb-d8d1-4ab2-90dd-af4eb941d0fd",
                "tags":[],
                "name":"tGroup1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873205
            }
        ],
        "Integration Service":[{
                "description":"jhlkjhkjlkjhkjhkjhlkjhkjhkj\u000akjlkjlkj;jlkjlkjlk;lj;lk",
                "poId":"1.0eedcaad-6794-477e-82d9-844fe0bf1e24",
                "poVersionId":"49b14770-7018-4fa0-a6ad-2d05870573ee",
                "tags":[],
                "name":"intService1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873330
            }
        ],
        "ProjectDefaults":[{
                "poId":"63.4f12afdb-4ee4-4e74-b053-305c70e3a7b2",
                "poVersionId":"3fe21e4b-3eb3-4f05-bf8a-1a5567c121be",
                "tags":[],
                "name":"Process App Settings",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456875127
            }
        ],
        "EPV":[{
                "description":"kijlkjslkfdsf\u000asdfsdfsf\u000asdfsdfsdfsf\u000asdfsdfsfsfsfsdfsfs",
                "poId":"21.036ef80a-9b9c-4eb9-81f9-9ece98640f39",
                "poVersionId":"d3873abe-2313-4790-8ee1-1f0def723ffe",
                "tags":[],
                "name":"epv1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456872830
            }
        ],
        "TimingInterval":[{
                "description":"lkjasdjlksdfs\u000adsfsdfjsldfjlksjflksdf\u000asdfjklsfjlsjflsfd\u000adsfjlksjflsf\u000asfksjdfjslkdfs\u000asdfkjlsjfdslkfjslfjlsfjlsf;ks;j",
                "poId":"15.5ddd66bf-514b-4dda-81fd-b8697f7f2dd8",
                "poVersionId":"f81ea441-3930-4568-bb47-8d30142496b2",
                "tags":[],
                "name":"tInterval1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874299
            }
        ],
        "Installation Service":[{
                "poId":"1.30397b90-a06d-4970-8f0c-ba8058c1271b",
                "poVersionId":"2771412b-af06-4393-aa9a-325d6da6c214",
                "tags":[],
                "name":" Installation Service",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873455
            }
        ],
        "Rule Service":[{
                "poId":"1.7c5c7682-4fc6-484a-b41f-220e059fe1ec",
                "poVersionId":"5a55713c-803f-4e47-8f04-29d16d85e24d",
                "tags":[],
                "name":"ds1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873986
            }
        ],
        "UCA":[{
                "description":"jjhkjhkhkjhkjhkjhkj\u000adsfsdfsdfs\u000asdfsdfsafsdfsdfsfsf",
                "poId":"4.a74773be-b12b-4002-96c9-dcb7b45b6eb5",
                "poVersionId":"2418df96-3985-4fd7-8001-c74ea7a77462",
                "tags":[],
                "name":"ua1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874408
            },
            {
                "description":"lkjlkjlkjlkj;\u000a;lk';k;k;lk;'kl;';lk;\u000aa\u000adsdfsdfsdfsdfsdfsdfsfsfsd",
                "poId":"4.0270755f-7202-486c-ab57-83741bf06fff",
                "poVersionId":"f8b77a7e-a5e3-4323-8d42-e6429230dd8b",
                "tags":[],
                "name":"ua2",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874361
            }
        ],
        "Participant":[{
                "poId":"24.eb30156e-52c8-4ec5-9be6-02290d02f827",
                "poVersionId":"b0869118-9deb-4efd-8e50-f57ba83eb962",
                "tags":[],
                "name":"GeneralManagers",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873002
            },
            {
                "poId":"24.cd97937f-06ab-43cc-8067-17dea489fdb3",
                "poVersionId":"f76aa029-2493-4e8b-9ec3-33298e5d13e7",
                "tags":[],
                "name":"HiringManagers",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456872971
            },
            {
                "poId":"24.6615a4b0-fd38-4ea5-8bc0-69d2f107369e",
                "poVersionId":"4b1bd39d-9223-4154-80a4-cd294af5be74",
                "tags":[],
                "name":"HRManagers",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456872924
            }
        ],
        "BPD":[{
                "description":"",
                "poId":"25.c904b3b1-afc1-4698-bf5a-a20892c20275",
                "poVersionId":"c13679dd-841b-4ecc-8cd8-f98d9e9909ae",
                "tags":[],
                "name":"HR Open New Position",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874830
            }
        ],
        "VariableType":[{
                "poId":"12.f3a52cf9-83c9-4900-9730-1229d8b37b43",
                "poVersionId":"57c89e51-1e99-4936-ba16-0c78056efc01",
                "tags":[],
                "name":"Person",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873189
            },
            {
                "poId":"12.0ea493a3-08b7-4456-84be-443c8d41bc8b",
                "poVersionId":"80196530-b116-48b5-b21f-1755ebbaecb4",
                "tags":[],
                "name":"Position",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873142
            },
            {
                "poId":"12.0b208895-bdb3-4e67-a402-af17a05858d2",
                "poVersionId":"24b38665-d067-4d29-baa8-3381bc60a805",
                "tags":[],
                "name":"Requisition",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456873111
            }
        ],
        "ExternalActivity":[{
                "description":"jkjlkjlkjkljlkjlkjlks\u000adsfdsfs\u000asdfsdfsf\u000asdfs",
                "poId":"60.f89ab41e-7a91-4054-a8ec-08066fa6c5da",
                "poVersionId":"ada76da8-bc28-4b92-857a-337387ffc90c",
                "tags":[],
                "name":"ei1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874533
            }
        ],
        "General System Service":[{
                "poId":"1.f388ec60-d401-42bc-ab3e-a1ffcfe169df",
                "poVersionId":"c5908d19-170e-47ff-8227-8414b12df10d",
                "tags":[],
                "name":"gss1",
                "last_modified_by_userId":1,
                "last_modified_by_userName":"Internal TW Admin user",
                "last_modified":1316456874267
            }
        ],
        "Coach Flow": [{
                "description": "This client-side human service contains the form that the hiring manager fills out to create a position request.",
                "richDescription": "This client-side human service contains the form that the hiring manager fills out to create a position request.",
                "poId": "1.1bfbbe13-d8a5-4516-88b6-3d1f29f91af3",
                "poVersionId": "5ccc50c6-d5f7-4ef7-a788-26e4b9864f05",
                "tags": [],
                "existsInTarget": false,
                "sameVersionId": false,
                "hasBrokenDep": false,
                "isNewerVersion": false,
                "shared": false,
                "iconType": 0,
                "name": "Create Position Request CSHS",
                "last_modified_by_userId": 9,
                "last_modified_by_userName": "tw_admin",
                "last_modified": 1508776387315
            }
        ],
        "Service Flow": [{
                "description": "This service provides the options for the GM to approve or reject the new position request.",
                "richDescription": "    

This service provides the options for the GM to approve or reject the new position request.

", "poId": "1.3e71603b-560a-43da-b4a4-2cfe06b06154", "poVersionId": "74066e37-47d3-4d83-9474-248d4bf715fd", "tags": [], "existsInTarget": false, "sameVersionId": false, "hasBrokenDep": false, "isNewerVersion": false, "shared": false, "iconType": 0, "name": "Populate ApprovalList", "last_modified_by_userId": 9, "last_modified_by_userName": "tw_admin", "last_modified": 1508776387315 } ], "snapshotId":"2064.1772d192-68a6-4759-ac2e-d7ff5c930579", "snapshotCreationDate":2147483647, "snapshotName":null, "branchId":"2063.1a52abd6-b068-4f9e-91a9-ded9793eb34e", "branchName":"Main", "projectId":"2066.9ab0d0c6-d92c-4355-9ed5-d8a05acdc4b0", "projectName":"Hiring Sample", "isToolkit":false } }

MIME type: application/xml


+ View schema
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://rest.bpm.ibm.com/v1/data/assets"
	elementFormDefault="unqualified"
	xmlns="http://www.w3.org/2001/XMLSchema"
	xmlns:tns="http://rest.bpm.ibm.com/v1/data/assets"
	xmlns:pref="http://rest.bpm.ibm.com/v1/data/root"
	xmlns:cmn="http://rest.bpm.ibm.com/v1/data/common">

    <import schemaLocation="Common.xsd" namespace="http://rest.bpm.ibm.com/v1/data/common"/>
    <import schemaLocation="BPMRestData.xsd" namespace="http://rest.bpm.ibm.com/v1/data/root"/>
    
	<complexType name="Asset">
		<complexContent>
		    <extension base="pref:NamedElement">        
		        <sequence>
					<element name="description" type="string" />
					<element name="richDescription" type="string" />
					<element name="poId" type="string" />
					<element name="poVersionId" type="string" />
					<element name="last_modified_by_userId" type="long" />
					<element name="last_modified_by_userName" type="string" />
					<element name="last_modified" type="long" />
					<element name="tags" type="string" maxOccurs="unbounded" />
					<element name="fullDepIds" type="string" maxOccurs="unbounded" />
					<element name="dependencies" type="tns:tDependency" maxOccurs="unbounded" />
					<element name="status" type="tns:tPOVersionStatus" />
					<element name="poType" type="string" />
					<element name="existsInTarget" type="boolean" />
					<element name="sameVersionId" type="boolean" />
					<element name="hasBrokenDep" type="boolean" />
					<element name="isNewerVersion" type="boolean" >
						<annotation>
							<documentation>Only applies when the status is "Updated"</documentation>
						</annotation></element>
					<element name="shared" type="boolean" >
                        <annotation>
                            <documentation>Depreciated, use iconType of value 1</documentation>
                        </annotation>
                    </element>
					<element name="iconType" type="int" default="0" >
                        <annotation>
                            <documentation>Only applies when the poType is "VariableType"</documentation>
                        </annotation></element>
                    <element name="eventType" type="tns:tEventType" >
                        <annotation>
                            <documentation>Only applies when the poType is "UCA"</documentation>
                        </annotation></element>
						
				</sequence>
		    </extension>
		</complexContent>		
	</complexType>
	
	<complexType name="tDependency">
        <sequence>
			<element name="poId" type="string" />
			<element name="name" type="string" />
			<element name="poType" type="string" />
			<element name="status" type="tns:tPOVersionStatus" />
			<element name="isNewerVersion" type="boolean" >
				<annotation>
					<documentation>Only applies when the status is "Updated"</documentation>
				</annotation></element>
			<element name="isBrokenDep" type="boolean" />
			<element name="isExternal" type="boolean" />
		</sequence>
	</complexType>	
	
	<simpleType name="tPOVersionStatus">
        <restriction base="string">
			<enumeration value="NoChange"/>
			<enumeration value="Conflict"/>
			<enumeration value="Updated"/>
			<enumeration value="New"/>
		</restriction>
	</simpleType>

	<complexType name="tAssetIDList">
        <sequence>
			<element name="ids" type="string" maxOccurs="unbounded" minOccurs="1"/>
		</sequence>
	</complexType>
	
	<simpleType name="tEventType">
        <restriction base="string">
			<enumeration value="Message" />
			<enumeration value="Content" />
			<enumeration value="Timer" />
		</restriction>
	</simpleType>	
		            
</schema>
+ View example content
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bpm:ResponseData xmlns:bpm="http://rest.bpm.ibm.com/v1/data"
	xmlns:ex="http://rest.bpm.ibm.com/v1/data/exception">
	<status>200</status>
	<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xmlns:cmn="http://rest.bpm.ibm.com/v1/data/common" xsi:type="cmn:Map">
		<item list="true" key="WebService">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>ws1</name>
				<description>rwuroiwr
					werwroiwer
					werwoeirupoiwer
					ewruoiweruoiweruowerwoieroiwerw</description>
				<poId>7.71b8a577-a46b-4608-aa7f-4d2ccee6a8c9</poId>
				<poVersionId>85e522b4-189b-4868-b60b-c59368f04902</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092468844</last_modified>
			</value>
		</item>
		<item list="true" key="Human Service">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>GM Approval</name>
				<poId>1.7f854d48-db50-49fd-9229-929f7840394b</poId>
				<poVersionId>90fe66f6-0b14-4d34-b3c3-3adf95622f0a</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092468063</last_modified>
			</value>
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>Submit Requisition</name>
				<poId>1.551dd543-a770-4d6c-b0e0-1c9d61242e55</poId>
				<poVersionId>86514ae0-7899-4776-979f-a92c4f2f4f28</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092467704</last_modified>
			</value>
		</item>
		<item list="true" key="SCA Service">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>ais</name>
				<description>fuoisufoiweuroiwueoirw
					weiruweoiruwoeuroiweruiowerweriweuroi
					weirwepruwoeuroiweuroiweio</description>
				<poId>1.dbc86c13-0997-4147-8662-32447f68eead</poId>
				<poVersionId>068b63c4-c923-436d-8b0b-86916df3572d</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092468141</last_modified>
			</value>
		</item>
		<item list="true" key="SLA">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>sla1</name>
				<description>kjfjsklfjlkdsjfsdf
					sdflksdjflskfjlksdfjlksf
					sdfksldjf;lsdjflksdjflksdjflksjflsfjlsk</description>
				<poId>47.fa427274-071e-4192-b43c-d115f536f60b</poId>
				<poVersionId>bdfb58b1-c614-44eb-83be-b8ee64d18abf</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094852735</last_modified>
			</value>
		</item>
		<item list="true" key="TrackingGroup">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>tGroup1</name>
				<description>kjhksf
					sdjfksdjfsdfjsd
					sfjlsjflksfd
					sdfjlksjflksf
					sdfjlsdjflsfjlksjflskf</description>
				<poId>14.96205756-2698-4a58-80e4-406e6900d4e4</poId>
				<poVersionId>884cb8db-d30c-430a-8a37-9b3d1f5f1210</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094875032</last_modified>
			</value>
		</item>
		<item list="true" key="Integration Service">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>intService1</name>
				<description>jhlkjhkjlkjhkjhkjhlkjhkjhkj
					kjlkjlkj;jlkjlkjlk;lj;lk</description>
				<poId>1.0eedcaad-6794-477e-82d9-844fe0bf1e24</poId>
				<poVersionId>6c793377-4051-4dd1-81e4-3f4f5125649e</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092467438</last_modified>
			</value>
		</item>
		<item list="true" key="ProjectDefaults">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>Process App Settings</name>
				<poId>63.4f12afdb-4ee4-4e74-b053-305c70e3a7b2</poId>
				<poVersionId>41eea039-2e31-42f3-a9ae-8e7bfd9071a7</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092469485</last_modified>
			</value>
		</item>
		<item list="true" key="EPV">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>epv1</name>
				<description>kijlkjslkfdsf
					sdfsdfsf
					sdfsdfsdfsf
					sdfsdfsfsfsfsdfsfs</description>
				<poId>21.036ef80a-9b9c-4eb9-81f9-9ece98640f39</poId>
				<poVersionId>fb145e01-894f-47c1-8ba3-87d8875b3ac8</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094827625</last_modified>
			</value>
		</item>
		<item list="true" key="TimingInterval">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>tInterval1</name>
				<description>lkjasdjlksdfs
					dsfsdfjsldfjlksjflksdf
					sdfjklsfjlsjflsfd
					dsfjlksjflsf
					sfksjdfjslkdfs
					sdfkjlsjfdslkfjslfjlsfjlsf;ks;j</description>
				<poId>15.5ddd66bf-514b-4dda-81fd-b8697f7f2dd8</poId>
				<poVersionId>673369b5-5529-4361-9560-6949cf33ed77</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094984267</last_modified>
			</value>
		</item>
		<item list="true" key="Rule Service">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>ds1</name>
				<poId>1.7c5c7682-4fc6-484a-b41f-220e059fe1ec</poId>
				<poVersionId>be78812e-ba22-45a0-bdbd-b3ec63d3476a</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092468032</last_modified>
			</value>
		</item>
		<item list="true" key="UCA">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>ua1</name>
				<description>jjhkjhkhkjhkjhkjhkj
					dsfsdfsdfs
					sdfsdfsafsdfsdfsfsf</description>
				<poId>4.a74773be-b12b-4002-96c9-dcb7b45b6eb5</poId>
				<poVersionId>8dec18e4-1710-4687-a6c8-e7721eb81fe5</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094729593</last_modified>
			</value>
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>ua2</name>
				<description>lkjlkjlkjlkj;
					;lk';k;k;lk;'kl;';lk;
					a
					dsdfsdfsdfsdfsdfsdfsfsfsd</description>
				<poId>4.0270755f-7202-486c-ab57-83741bf06fff</poId>
				<poVersionId>6413e166-201a-4876-bec4-c76186fd9654</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092468719</last_modified>
			</value>
		</item>
		<item list="true" key="Participant">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>GeneralManagers</name>
				<poId>24.eb30156e-52c8-4ec5-9be6-02290d02f827</poId>
				<poVersionId>db31ec81-d845-4b6e-b851-6a9683210dab</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092466938</last_modified>
			</value>
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>HiringManagers</name>
				<poId>24.cd97937f-06ab-43cc-8067-17dea489fdb3</poId>
				<poVersionId>434598dc-d92e-49b7-a363-15cef20f50d1</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092466876</last_modified>
			</value>
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>HRManagers</name>
				<poId>24.6615a4b0-fd38-4ea5-8bc0-69d2f107369e</poId>
				<poVersionId>137387a0-148f-4577-8d2b-0feeb1424cce</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092466735</last_modified>
			</value>
		</item>
		<item list="true" key="BPD">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>HR Open New Position</name>
				<description></description>
				<poId>25.c904b3b1-afc1-4698-bf5a-a20892c20275</poId>
				<poVersionId>bc9ab8a6-b8dd-497c-bf23-a8ac546525dc</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094916438</last_modified>
			</value>
		</item>
		<item list="true" key="VariableType">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>Person</name>
				<poId>12.f3a52cf9-83c9-4900-9730-1229d8b37b43</poId>
				<poVersionId>16461d51-d21b-4a57-a02e-754026a1e157</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092467141</last_modified>
			</value>
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>Position</name>
				<poId>12.0ea493a3-08b7-4456-84be-443c8d41bc8b</poId>
				<poVersionId>4a22e50f-53e0-45b7-ad99-941bcb6f021e</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092467094</last_modified>
			</value>
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>Requisition</name>
				<poId>12.0b208895-bdb3-4e67-a402-af17a05858d2</poId>
				<poVersionId>3d44cc67-b5a7-4e94-be44-c5f23c7c1b81</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092467047</last_modified>
			</value>
		</item>
		<item list="true" key="ExternalActivity">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>ei1</name>
				<description>jkjlkjlkjkljlkjlkjlks
					dsfdsfs
					sdfsdfsf
					sdfs</description>
				<poId>60.f89ab41e-7a91-4054-a8ec-08066fa6c5da</poId>
				<poVersionId>45d729ad-fff5-4d17-9c3f-eb7abe267b24</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317094705374</last_modified>
			</value>
		</item>
		<item list="true" key="General System Service">
			<value xmlns:assets="http://rest.bpm.ibm.com/v1/data/assets"
				xsi:type="assets:Asset">
				<name>gss1</name>
				<poId>1.f388ec60-d401-42bc-ab3e-a1ffcfe169df</poId>
				<poVersionId>6470ca0a-33bc-479b-a490-876500b703d5</poVersionId>
				<last_modified_by_userId>1</last_modified_by_userId>
				<last_modified_by_userName>Internal TW Admin user
				</last_modified_by_userName>
				<last_modified>1317092468251</last_modified>
			</value>
		</item>
		<item key="snapshotId">
			<value xsi:type="ns9:string">2064.1772d192-68a6-4759-ac2e-d7ff5c930579</value>
		</item>
		<item key="snapshotCreationDate">
			<value xsi:type="ns9:long">1338999346434</value>
		</item>
		<item key="snapshotName"/>
		<item key="branchId">
			<value xsi:type="ns9:string">2063.1a52abd6-b068-4f9e-91a9-ded9793eb34e</value>
		</item>
		<item key="branchName">
			<value xsi:type="ns9:string">Main</value>
		</item>
		<item key="projectId">
			<value xsi:type="ns9:string">2066.9ab0d0c6-d92c-4355-9ed5-d8a05acdc4b0</value>
		</item>
		<item key="projectName">
			<value xsi:type="ns9:string">Hiring Sample</value>
		</item>
		<item key="isToolkit">
			<value xsi:type="ns9:boolean">false</value>
		</item>
	</data>
</bpm:ResponseData>

Error Response content

Detailed error information.

The default content type is application/json.

MIME type: application/json


+ View schema
{  "description": "WLE Error Response", 
   "type": "object",
   "properties":
   {  "status": {"type": "string",
         "description": "The status of the previous API call."
      },
      "exceptionType": {"type": "string",
         "description": "The classname associated with the exception."
      },
      "errorNumber": {"type": "string",
         "description": "Message ID of the exception."
      },
      "errorMessage": {"type": "string",
         "description": "Message text of the exception."
      },
      "errorMessageParameters": {"type": ["string"], "optional": true,
         "description":"Message text parameters of the exception."
      },
      "programmersDetails": {"type": "object", "optional": true,
         "description":"Additional exception details, for example, a stack trace."
      }
   }
} 

Status codes

The method returns one of the following status codes:
CodeDescription
200 OKSuccess completion.
400 Bad RequestThe parameters are not valid or they are missing.
401 UnauthorizedThe caller is not authorized for this request.
406 Not AcceptableThe requested content type or content encoding is not supported.
500 Internal Server ErrorA severe problem has occurred, programmer's details are provided.

Available since

7.5.1

Parent Topic: Asset List Resource