YM REST Services

<back to all web services

CertificationsJournals

Requires Authentication
Requires any of the roles:admin, oauthadmin, member, oauthmember
The following routes are available for this service:
GET/Ams/{ClientID}/CertificationsJournalsReturn a list of Certification Journal Entries for the specified user that may be optionally filterd by date, expiration, and paging.
POST/Ams/{ClientID}/CertificationsJournalsCreate a CEU Journal Entry.
GET/Ams/{ClientID}/Member/{MemberID}/CertificationsJournalsReturn a list of Certification Journal Entries for the signed in user that may be optionally filtered by date, expiration, and paging.
CertificationsJournals Parameters:
NameParameterData TypeRequiredDescription
ShowExpiredbodybool?No
StartDatebodyDateTime?No
EntryIDbodyint?No
PageSizebodyintNo
PageNumberbodyintNo
OffSetbodyintNo
CEUsEarnedbodyfloatNo
CEUsExpireDatebodyDateTime?No
CertificationNamebodystringNo
DescriptionbodystringNo
EntryDatebodyDateTime?No
ScorePercentbodydecimalNo
CreditTypeCodebodystringNo
StatusbodystringNo
PersonIDbodyintNo
CertificationIDbodyint?No
MemberBaseSharedDto Parameters:
NameParameterData TypeRequiredDescription
MemberIDformintNo
BaseSharedDto Parameters:
NameParameterData TypeRequiredDescription
ClientIDformintNo
ResponseStatusformResponseStatusNo
BypassCacheformboolNo
DateCachedformDateTimeNo
DeviceformDeviceNo
CertificationsJournalsResponse Parameters:
NameParameterData TypeRequiredDescription
CertificationsJournalListformList<CertificationJournal>No
CertificationJournal Parameters:
NameParameterData TypeRequiredDescription
EntryIDformintNo
CertificationIDformint?No
CertificationNameformstringNo
DescriptionformstringNo
Scoreformdouble?No
IsActiveformboolNo
CEUsEarnedformintNo
CEUsExpireformDateTime?No
LockedformboolNo
IsMemberEntryformboolNo
EntryDateformDateTime?No
EntryCreatedformDateTime?No
StatusformstringNo

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 /Ams/{ClientID}/CertificationsJournals HTTP/1.1 
Host: ws.yourmembership.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	ShowExpired: False,
	StartDate: 0001-01-01,
	EntryID: 0,
	PageSize: 0,
	PageNumber: 0,
	OffSet: 0,
	CEUsEarned: 0,
	CEUsExpireDate: 0001-01-01,
	CertificationName: String,
	Description: String,
	EntryDate: 0001-01-01,
	ScorePercent: 0,
	CreditTypeCode: String,
	Status: String,
	PersonID: 0,
	CertificationID: 0,
	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-03T02:43:55.7013834-04:00,
	Device: Desktop
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	CertificationsJournalList: 
	[
		{
			EntryID: 0,
			CertificationID: 0,
			CertificationName: String,
			Description: String,
			Score: 0,
			IsActive: False,
			CEUsEarned: 0,
			CEUsExpire: 0001-01-01,
			Locked: False,
			IsMemberEntry: False,
			EntryDate: 0001-01-01,
			EntryCreated: 0001-01-01,
			Status: String
		}
	],
	ShowExpired: False,
	StartDate: 0001-01-01,
	EntryID: 0,
	PageSize: 0,
	PageNumber: 0,
	OffSet: 0,
	CEUsEarned: 0,
	CEUsExpireDate: 0001-01-01,
	CertificationName: String,
	Description: String,
	EntryDate: 0001-01-01,
	ScorePercent: 0,
	CreditTypeCode: String,
	Status: String,
	PersonID: 0,
	CertificationID: 0,
	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-03T02:43:55.7238537-04:00,
	Device: Desktop
}