Platform API

<back to all web services

GetAttachments

Requires Authentication
The following routes are available for this service:
All Verbs/api/attachments/{ConnectedObjectId}
GetAttachments Parameters:
NameParameterData TypeRequiredDescription
ConnectedObjectIdpathGuidYesObject for which primary image is to be uploaded.
GetAttachmentsResponse Parameters:
NameParameterData TypeRequiredDescription
AttachmentsformList<MediaModel>No
ResponseStatusformResponseStatusNo
MediaModel Parameters:
NameParameterData TypeRequiredDescription
MediaFileIdformGuidNo
MediaNameformstringNo
FileContentformstringNo
FileContentTypeformstringNo
FilePathformstringNo
OriginalFileNameformstringNo
ImageWidthformintNo
ImageHeightformintNo
FileSizeKBformintNo
BlobUriRawformstringNo
BlobUriFullformstringNo
BlobUriThumbnailformstringNo
WatermarkUriformstringNo
CapturedDateformDateTimeNo
CapturedByContactIdformGuid?No
CapturedByContactNameformstringNo
CapturedByContactThumbnailUrlformstringNo
NotesformstringNo
ResourceActionNameformstringNo
LocationVerifiedformstringNo
TrafficLightLocationVerifiedformGuidNo
AudienceLevelformstringNo
WorksForformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /api/attachments/{ConnectedObjectId} HTTP/1.1 
Host: pfapi.pstpf.com.au 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Attachments: 
	[
		{
			MediaName: String,
			FileContent: String,
			FileContentType: String,
			FilePath: String,
			OriginalFileName: String,
			ImageWidth: 0,
			ImageHeight: 0,
			FileSizeKB: 0,
			BlobUriRaw: String,
			BlobUriFull: String,
			BlobUriThumbnail: String,
			WatermarkUri: String,
			CapturedDate: 0001-01-01,
			CapturedByContactId: 00000000000000000000000000000000,
			CapturedByContactName: String,
			CapturedByContactThumbnailUrl: String,
			Notes: String,
			ResourceActionName: String,
			LocationVerified: String,
			AudienceLevel: String,
			WorksFor: String
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}