YM REST Services

<back to all web services

SponsorPosts

Requires Authentication
Requires any of the roles:member, oauthmember
The following routes are available for this service:
GET/Ams/{ClientID}/Member/{MemberID}/SponsorPostsReturn a list of sponsor posts for a member.
MemberBaseSharedDto Parameters:
NameParameterData TypeRequiredDescription
MemberIDformintNo
BaseSharedDto Parameters:
NameParameterData TypeRequiredDescription
ClientIDformintNo
ResponseStatusformResponseStatusNo
BypassCacheformboolNo
DateCachedformDateTimeNo
DeviceformDeviceNo
SponsorPostsResponse Parameters:
NameParameterData TypeRequiredDescription
SponsorItemsformList<Feed>No
Feed Parameters:
NameParameterData TypeRequiredDescription
SponsoredformboolNo
MemberIDformintNo
PostTextformstringNo
PostHtmlformstringNo
AuthorIdformintNo
WallOwnerIdformintNo
AuthorNameformstringNo
WallOwnerNameformstringNo
PostIdformintNo
PostDateformDateTimeNo
PostTypeformPostTypeNo
ShareCountformintNo
LikesCountformintNo
LikedPostformboolNo
LikeIdformintNo
CommentCountformintNo
CommenterCountformintNo
PostHeadShotUrlformstringNo
CanReplyformboolNo
CanShareformboolNo
CanCommentformboolNo
CanDeleteformboolNo
RecentCommentsformList<PostComment>No
CommentListformList<PostComment>No
PostHeadlineformPostHeadlineNo
TopLineformPostHeadlineNo
PostContentDataformPostContentDataNo
PhotoGalleryformList<GalleryImage>No
IsAmbassadorPostformboolNo
IsActorAmbassadorformboolNo
IsSharedPostformboolNo
ActiveformboolNo
PostComment Parameters:
NameParameterData TypeRequiredDescription
CommentIdformintNo
CommentMemberIDformintNo
CommentFullNameformstringNo
CommentHeadShotUrlformstringNo
LikeIdformintNo
LikedCommentformboolNo
LikesCountformintNo
CommentTextformstringNo
DatePostedformDateTimeNo
DateModifiedformDateTime?No
PostHeadline Parameters:
NameParameterData TypeRequiredDescription
HeadlineTextformstringNo
HeadlineLinkformList<LinkDetail>No
PhotoformstringNo
PhotoIdformintNo
PhotoOwnerIdformintNo
PostIdformintNo
CommentIdformintNo
PhotoCommentIdformintNo
GroupIdformintNo
LinkDetail Parameters:
NameParameterData TypeRequiredDescription
StartformintNo
EndformintNo
LengthformintNo
UrlformstringNo
MemberIdformintNo
PostIdformintNo
EventIdformintNo
GroupIdformintNo
IsBoldformboolNo
IsLinkformboolNo
PostContentData Parameters:
NameParameterData TypeRequiredDescription
PostDataTypeformPostDataTypeNo
EventDataformEventDataNo
SimpleDataformSimpleDataNo
ArticleDataformArticleDataNo
JobDataformJobDataNo
LearnignDataformLearningDataNo
SponsorDataformSponsorDataNo
ShareDataformFeedNo
EventData Parameters:
NameParameterData TypeRequiredDescription
EventDateformDateTimeNo
LocationInfoformEventLocationNo
EventDetailUrlformstringNo
CommonFeedData Parameters:
NameParameterData TypeRequiredDescription
TitleformstringNo
SubtitleformstringNo
DescriptionformstringNo
ActionTextformstringNo
ActionUrlformstringNo
ImageUrlformstringNo
EventLocation Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
PresenterformstringNo
Address1formstringNo
Address2formstringNo
CityformstringNo
StateformstringNo
ProvinceformstringNo
CountryformCountryNo
PostalCodeformstringNo
GoogleMapsformboolNo
Country Parameters:
NameParameterData TypeRequiredDescription
countryIdformstringNo
countryCodeformstringNo
countryNameformstringNo
numberOfLocationsformintNo
taxShippingformboolNo
taxDuesformboolNo
locationLabelformstringNo
ArticleData Parameters:
NameParameterData TypeRequiredDescription
SourceformstringNo
JobData Parameters:
NameParameterData TypeRequiredDescription
LocationformstringNo
SponsorData Parameters:
NameParameterData TypeRequiredDescription
SponsorDataTypeformSponsorDataTypeNo
SponsorDataListformList<SponsorItem>No
EventDataListformList<EventData>No
SimpleDataListformList<SimpleData>No
ArticleDataListformList<ArticleData>No
JobDataListformList<JobData>No
LearningDataListformList<LearningData>No
ConnectionDataListformList<ConnectionData>No
RenewalDataListformList<RenewalData>No
ActionTextformstringNo
ActionUrlformstringNo
ConnectionData Parameters:
NameParameterData TypeRequiredDescription
ConnectionIdformintNo
FullNameformstringNo
HeadshotUrlformstringNo
WorkTitleformstringNo
EmployerformstringNo
LocationformstringNo
RenewalData Parameters:
NameParameterData TypeRequiredDescription
MessageformPostHeadlineNo
GalleryImage Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
UrlformstringNo
ThumbUrlformstringNo
MediumUrlformstringNo
PostedByUrlformstringNo

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.

GET /Ams/{ClientID}/Member/{MemberID}/SponsorPosts HTTP/1.1 
Host: ws.yourmembership.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	SponsorItems: 
	[
		{
			Sponsored: False,
			MemberID: 0,
			PostText: String,
			PostHtml: String,
			AuthorId: 0,
			WallOwnerId: 0,
			AuthorName: String,
			WallOwnerName: String,
			PostId: 0,
			PostDate: 0001-01-01,
			PostType: None,
			ShareCount: 0,
			LikesCount: 0,
			LikedPost: False,
			LikeId: 0,
			CommentCount: 0,
			CommenterCount: 0,
			PostHeadShotUrl: String,
			CanReply: False,
			CanShare: False,
			CanComment: True,
			CanDelete: True,
			RecentComments: 
			[
				{
					CommentId: 0,
					CommentMemberID: 0,
					CommentFullName: String,
					CommentHeadShotUrl: String,
					LikeId: 0,
					LikedComment: False,
					LikesCount: 0,
					CommentText: String,
					DatePosted: 0001-01-01,
					DateModified: 0001-01-01
				}
			],
			CommentList: 
			[
				{
					CommentId: 0,
					CommentMemberID: 0,
					CommentFullName: String,
					CommentHeadShotUrl: String,
					LikeId: 0,
					LikedComment: False,
					LikesCount: 0,
					CommentText: String,
					DatePosted: 0001-01-01,
					DateModified: 0001-01-01
				}
			],
			PostHeadline: 
			{
				HeadlineText: String,
				HeadlineLink: 
				[
					{
						Start: 0,
						End: 0,
						Length: 0,
						Url: String,
						MemberId: 0,
						PostId: 0,
						EventId: 0,
						GroupId: 0,
						IsBold: False,
						IsLink: False
					}
				],
				Photo: String,
				PhotoId: 0,
				PhotoOwnerId: 0,
				PostId: 0,
				CommentId: 0,
				PhotoCommentId: 0,
				GroupId: 0
			},
			TopLine: 
			{
				HeadlineText: String,
				HeadlineLink: 
				[
					{
						Start: 0,
						End: 0,
						Length: 0,
						Url: String,
						MemberId: 0,
						PostId: 0,
						EventId: 0,
						GroupId: 0,
						IsBold: False,
						IsLink: False
					}
				],
				Photo: String,
				PhotoId: 0,
				PhotoOwnerId: 0,
				PostId: 0,
				CommentId: 0,
				PhotoCommentId: 0,
				GroupId: 0
			},
			PostContentData: 
			{
				PostDataType: None,
				EventData: 
				{
					EventDate: 0001-01-01,
					LocationInfo: 
					{
						Name: String,
						Presenter: String,
						Address1: String,
						Address2: String,
						City: String,
						State: String,
						Province: String,
						Country: 
						{
							countryId: String,
							countryCode: String,
							countryName: String,
							numberOfLocations: 0,
							taxShipping: False,
							taxDues: False,
							locationLabel: String
						},
						PostalCode: String,
						GoogleMaps: False
					},
					EventDetailUrl: String,
					Title: String,
					Subtitle: String,
					Description: String,
					ActionText: String,
					ActionUrl: String,
					ImageUrl: String
				},
				SimpleData: 
				{
					Title: String,
					Subtitle: String,
					Description: String,
					ActionText: String,
					ActionUrl: String,
					ImageUrl: String
				},
				ArticleData: 
				{
					Source: String,
					Title: String,
					Subtitle: String,
					Description: String,
					ActionText: String,
					ActionUrl: String,
					ImageUrl: String
				},
				JobData: 
				{
					Location: String,
					Title: String,
					Subtitle: String,
					Description: String,
					ActionText: String,
					ActionUrl: String,
					ImageUrl: String
				},
				LearnignData: 
				{
					Title: String,
					Subtitle: String,
					Description: String,
					ActionText: String,
					ActionUrl: String,
					ImageUrl: String
				},
				SponsorData: 
				{
					SponsorDataType: AvailableConnections,
					SponsorDataList: 
					[
						{
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					EventDataList: 
					[
						{
							EventDate: 0001-01-01,
							LocationInfo: 
							{
								Name: String,
								Presenter: String,
								Address1: String,
								Address2: String,
								City: String,
								State: String,
								Province: String,
								Country: 
								{
									countryId: String,
									countryCode: String,
									countryName: String,
									numberOfLocations: 0,
									taxShipping: False,
									taxDues: False,
									locationLabel: String
								},
								PostalCode: String,
								GoogleMaps: False
							},
							EventDetailUrl: String,
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					SimpleDataList: 
					[
						{
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					ArticleDataList: 
					[
						{
							Source: String,
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					JobDataList: 
					[
						{
							Location: String,
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					LearningDataList: 
					[
						{
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					ConnectionDataList: 
					[
						{
							ConnectionId: 0,
							FullName: String,
							HeadshotUrl: String,
							WorkTitle: String,
							Employer: String,
							Location: String
						}
					],
					RenewalDataList: 
					[
						{
							Message: 
							{
								HeadlineText: String,
								HeadlineLink: 
								[
									{
										Start: 0,
										End: 0,
										Length: 0,
										Url: String,
										MemberId: 0,
										PostId: 0,
										EventId: 0,
										GroupId: 0,
										IsBold: False,
										IsLink: False
									}
								],
								Photo: String,
								PhotoId: 0,
								PhotoOwnerId: 0,
								PostId: 0,
								CommentId: 0,
								PhotoCommentId: 0,
								GroupId: 0
							},
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						}
					],
					ActionText: String,
					ActionUrl: String
				},
				ShareData: 
				{
					Sponsored: False,
					MemberID: 0,
					PostText: String,
					PostHtml: String,
					AuthorId: 0,
					WallOwnerId: 0,
					AuthorName: String,
					WallOwnerName: String,
					PostId: 0,
					PostDate: 0001-01-01,
					PostType: None,
					ShareCount: 0,
					LikesCount: 0,
					LikedPost: False,
					LikeId: 0,
					CommentCount: 0,
					CommenterCount: 0,
					PostHeadShotUrl: String,
					CanReply: False,
					CanShare: False,
					CanComment: True,
					CanDelete: True,
					RecentComments: 
					[
						{
							CommentId: 0,
							CommentMemberID: 0,
							CommentFullName: String,
							CommentHeadShotUrl: String,
							LikeId: 0,
							LikedComment: False,
							LikesCount: 0,
							CommentText: String,
							DatePosted: 0001-01-01,
							DateModified: 0001-01-01
						}
					],
					CommentList: 
					[
						{
							CommentId: 0,
							CommentMemberID: 0,
							CommentFullName: String,
							CommentHeadShotUrl: String,
							LikeId: 0,
							LikedComment: False,
							LikesCount: 0,
							CommentText: String,
							DatePosted: 0001-01-01,
							DateModified: 0001-01-01
						}
					],
					PostHeadline: 
					{
						HeadlineText: String,
						HeadlineLink: 
						[
							{
								Start: 0,
								End: 0,
								Length: 0,
								Url: String,
								MemberId: 0,
								PostId: 0,
								EventId: 0,
								GroupId: 0,
								IsBold: False,
								IsLink: False
							}
						],
						Photo: String,
						PhotoId: 0,
						PhotoOwnerId: 0,
						PostId: 0,
						CommentId: 0,
						PhotoCommentId: 0,
						GroupId: 0
					},
					TopLine: 
					{
						HeadlineText: String,
						HeadlineLink: 
						[
							{
								Start: 0,
								End: 0,
								Length: 0,
								Url: String,
								MemberId: 0,
								PostId: 0,
								EventId: 0,
								GroupId: 0,
								IsBold: False,
								IsLink: False
							}
						],
						Photo: String,
						PhotoId: 0,
						PhotoOwnerId: 0,
						PostId: 0,
						CommentId: 0,
						PhotoCommentId: 0,
						GroupId: 0
					},
					PostContentData: 
					{
						PostDataType: None,
						EventData: 
						{
							EventDate: 0001-01-01,
							LocationInfo: 
							{
								Name: String,
								Presenter: String,
								Address1: String,
								Address2: String,
								City: String,
								State: String,
								Province: String,
								Country: 
								{
									countryId: String,
									countryCode: String,
									countryName: String,
									numberOfLocations: 0,
									taxShipping: False,
									taxDues: False,
									locationLabel: String
								},
								PostalCode: String,
								GoogleMaps: False
							},
							EventDetailUrl: String,
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						},
						SimpleData: 
						{
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						},
						ArticleData: 
						{
							Source: String,
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						},
						JobData: 
						{
							Location: String,
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						},
						LearnignData: 
						{
							Title: String,
							Subtitle: String,
							Description: String,
							ActionText: String,
							ActionUrl: String,
							ImageUrl: String
						},
						SponsorData: 
						{
							SponsorDataType: AvailableConnections,
							SponsorDataList: 
							[
								{
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							EventDataList: 
							[
								{
									EventDate: 0001-01-01,
									LocationInfo: 
									{
										Name: String,
										Presenter: String,
										Address1: String,
										Address2: String,
										City: String,
										State: String,
										Province: String,
										Country: 
										{
											countryId: String,
											countryCode: String,
											countryName: String,
											numberOfLocations: 0,
											taxShipping: False,
											taxDues: False,
											locationLabel: String
										},
										PostalCode: String,
										GoogleMaps: False
									},
									EventDetailUrl: String,
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							SimpleDataList: 
							[
								{
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							ArticleDataList: 
							[
								{
									Source: String,
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							JobDataList: 
							[
								{
									Location: String,
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							LearningDataList: 
							[
								{
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							ConnectionDataList: 
							[
								{
									ConnectionId: 0,
									FullName: String,
									HeadshotUrl: String,
									WorkTitle: String,
									Employer: String,
									Location: String
								}
							],
							RenewalDataList: 
							[
								{
									Message: 
									{
										HeadlineText: String,
										HeadlineLink: 
										[
											{
												Start: 0,
												End: 0,
												Length: 0,
												Url: String,
												MemberId: 0,
												PostId: 0,
												EventId: 0,
												GroupId: 0,
												IsBold: False,
												IsLink: False
											}
										],
										Photo: String,
										PhotoId: 0,
										PhotoOwnerId: 0,
										PostId: 0,
										CommentId: 0,
										PhotoCommentId: 0,
										GroupId: 0
									},
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								}
							],
							ActionText: String,
							ActionUrl: String
						},
						ShareData: 
						{
							Sponsored: False,
							MemberID: 0,
							PostText: String,
							PostHtml: String,
							AuthorId: 0,
							WallOwnerId: 0,
							AuthorName: String,
							WallOwnerName: String,
							PostId: 0,
							PostDate: 0001-01-01,
							PostType: None,
							ShareCount: 0,
							LikesCount: 0,
							LikedPost: False,
							LikeId: 0,
							CommentCount: 0,
							CommenterCount: 0,
							PostHeadShotUrl: String,
							CanReply: False,
							CanShare: False,
							CanComment: True,
							CanDelete: True,
							RecentComments: 
							[
								{
									CommentId: 0,
									CommentMemberID: 0,
									CommentFullName: String,
									CommentHeadShotUrl: String,
									LikeId: 0,
									LikedComment: False,
									LikesCount: 0,
									CommentText: String,
									DatePosted: 0001-01-01,
									DateModified: 0001-01-01
								}
							],
							CommentList: 
							[
								{
									CommentId: 0,
									CommentMemberID: 0,
									CommentFullName: String,
									CommentHeadShotUrl: String,
									LikeId: 0,
									LikedComment: False,
									LikesCount: 0,
									CommentText: String,
									DatePosted: 0001-01-01,
									DateModified: 0001-01-01
								}
							],
							PostHeadline: 
							{
								HeadlineText: String,
								HeadlineLink: 
								[
									{
										Start: 0,
										End: 0,
										Length: 0,
										Url: String,
										MemberId: 0,
										PostId: 0,
										EventId: 0,
										GroupId: 0,
										IsBold: False,
										IsLink: False
									}
								],
								Photo: String,
								PhotoId: 0,
								PhotoOwnerId: 0,
								PostId: 0,
								CommentId: 0,
								PhotoCommentId: 0,
								GroupId: 0
							},
							TopLine: 
							{
								HeadlineText: String,
								HeadlineLink: 
								[
									{
										Start: 0,
										End: 0,
										Length: 0,
										Url: String,
										MemberId: 0,
										PostId: 0,
										EventId: 0,
										GroupId: 0,
										IsBold: False,
										IsLink: False
									}
								],
								Photo: String,
								PhotoId: 0,
								PhotoOwnerId: 0,
								PostId: 0,
								CommentId: 0,
								PhotoCommentId: 0,
								GroupId: 0
							},
							PostContentData: 
							{
								PostDataType: None,
								EventData: 
								{
									EventDate: 0001-01-01,
									LocationInfo: 
									{
										Name: String,
										Presenter: String,
										Address1: String,
										Address2: String,
										City: String,
										State: String,
										Province: String,
										Country: 
										{
											countryId: String,
											countryCode: String,
											countryName: String,
											numberOfLocations: 0,
											taxShipping: False,
											taxDues: False,
											locationLabel: String
										},
										PostalCode: String,
										GoogleMaps: False
									},
									EventDetailUrl: String,
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								},
								SimpleData: 
								{
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								},
								ArticleData: 
								{
									Source: String,
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								},
								JobData: 
								{
									Location: String,
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								},
								LearnignData: 
								{
									Title: String,
									Subtitle: String,
									Description: String,
									ActionText: String,
									ActionUrl: String,
									ImageUrl: String
								},
								SponsorData: 
								{
									SponsorDataType: AvailableConnections,
									SponsorDataList: 
									[
										{
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									EventDataList: 
									[
										{
											EventDate: 0001-01-01,
											LocationInfo: 
											{
												Name: String,
												Presenter: String,
												Address1: String,
												Address2: String,
												City: String,
												State: String,
												Province: String,
												Country: 
												{
													countryId: String,
													countryCode: String,
													countryName: String,
													numberOfLocations: 0,
													taxShipping: False,
													taxDues: False,
													locationLabel: String
												},
												PostalCode: String,
												GoogleMaps: False
											},
											EventDetailUrl: String,
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									SimpleDataList: 
									[
										{
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									ArticleDataList: 
									[
										{
											Source: String,
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									JobDataList: 
									[
										{
											Location: String,
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									LearningDataList: 
									[
										{
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									ConnectionDataList: 
									[
										{
											ConnectionId: 0,
											FullName: String,
											HeadshotUrl: String,
											WorkTitle: String,
											Employer: String,
											Location: String
										}
									],
									RenewalDataList: 
									[
										{
											Message: 
											{
												HeadlineText: String,
												HeadlineLink: 
												[
													{
														Start: 0,
														End: 0,
														Length: 0,
														Url: String,
														MemberId: 0,
														PostId: 0,
														EventId: 0,
														GroupId: 0,
														IsBold: False,
														IsLink: False
													}
												],
												Photo: String,
												PhotoId: 0,
												PhotoOwnerId: 0,
												PostId: 0,
												CommentId: 0,
												PhotoCommentId: 0,
												GroupId: 0
											},
											Title: String,
											Subtitle: String,
											Description: String,
											ActionText: String,
											ActionUrl: String,
											ImageUrl: String
										}
									],
									ActionText: String,
									ActionUrl: String
								}
							},
							PhotoGallery: 
							[
								{
									ID: 0,
									Url: String,
									ThumbUrl: String,
									MediumUrl: String,
									PostedByUrl: String
								}
							],
							IsAmbassadorPost: False,
							IsActorAmbassador: False,
							IsSharedPost: False,
							Active: False
						}
					},
					PhotoGallery: 
					[
						{
							ID: 0,
							Url: String,
							ThumbUrl: String,
							MediumUrl: String,
							PostedByUrl: String
						}
					],
					IsAmbassadorPost: False,
					IsActorAmbassador: False,
					IsSharedPost: False,
					Active: False
				}
			},
			PhotoGallery: 
			[
				{
					ID: 0,
					Url: String,
					ThumbUrl: String,
					MediumUrl: String,
					PostedByUrl: String
				}
			],
			IsAmbassadorPost: False,
			IsActorAmbassador: False,
			IsSharedPost: False,
			Active: False
		}
	],
	MemberID: 0,
	ClientID: 0,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	BypassCache: False,
	DateCached: 2024-05-03T07:57:05.8526742-04:00,
	Device: Desktop
}