Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

JSON Format
{
	"ActivityID": "",
	"ActualEndDate": "",
	"ActualStartDate": "",
	"ActualTravelEndDate": "",
	"ActualTravelStartDate": "",
	"Description": "",
	"Extensions": {
		"key1": "value1",
		"key2": "value2"
	},
	"FlexForms": [
		"${FlexFormID}"
	],
	"FlexView": [{
		"Title": "GroupName",
		"Items": [{
			"Label": "labeltext",
			"Value": "valuetext"
		}]
	}],
	"Location": {
		"LocationNum": "",
		"Name": "",
		"Address": {
			"AddrLine1": "",
			"AddrLine2": "",
			"AddrLine3": "",
			"AddrLine4": "",
			"AddrType": "",
			"City": "",
			"Country": "",
			"Intersection": "",
			"Lat": 0,
			"Lon": 0,
			"Region": "",
			"Zip": ""
		}
	},
	"ModifiedUTC": "",
	"Notes": [{
		"ID": "",
		"Author": "",
		"Date": "",
		"Text": ""
	}],
	"Paused": false,
	"PlannedEndDate": "",
	"PlannedStartDate": "",
	"Priority": "",
	"Status": "",
	"Title": "",
	"Type": "",
	"UserName": ""
}
  • No labels