Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3
Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
collapsetrue
{
	"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": "",
	"UserAdjustedEndUTC": "",
	"UserAdjustedStartUTC": "",
	"UserAdjustedTravelEndUTC": "",
	"UserAdjustedTravelStartUTC": "",
	"UserName": ""
}