Get all loyalty membership cards that are assigned to a member
get
/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- MemberCardTypeSearch: Finds a membership card for a specified card type and member number.
Finder Variables:- CardType; string; The membership card type.
- MemberNumber; string; The member number.
- MembershipCardSearch: Finds a membership card for the specified card number, expiry date, expiry date on card, card issue date, name on card, request date, card start date, card status, card type, member name, member status, membet tier, member number, tier name, card active status or program name.
Finder Variables:- Active; string; The membership card active status.
- CardNumber; string; The membership card number.
- CardStatus; string; The membership card status.
- CardType; string; The membership card type.
- ExpiryDate; string; The membership card expiry date.
- ExpiryDateOnCard; string; The membership card expiry date on the card.
- IssueDate; string; The membership card issue date.
- MemberName; string; The member name.
- MemberNumber; string; The member number.
- MemberStatus; string; The member status.
- MemberTier; string; The member tier.
- NameOnCard; string; The membership card name on the card.
- ProgramName; string; The loyalty program name.
- RequestDate; string; The membership card request date.
- StartDate; string; The membership card start date.
- TierName; string; The tier name.
- MembershipCardUpdate: Finds a membership card for a specified card number.
Finder Variables:- CardNumber; string; The membership card number.
- PrimaryKey: Find a membership card for a specified primary key.
Finder Variables:- LoyCardId; integer; The loyalty card identifier.
- MemberCardTypeSearch: Finds a membership card for a specified card type and member number.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActiveFlag; boolean; Indicates whether the membership card is active. It accepts the Y and N values. If N is specified, then the membership card details can be edited. There is no default value, dependency, or limitation associated with this attribute.
- CardNumber; string; The primary key to identify a loyalty membership card. Oracle Loyalty Cloud generates this attribute value during the creation of a membership card record. There is no default value, dependency, or limitation associated with this attribute.
- CardTypeCode; string; The membership card type code shows the card type detail. There is no default value, dependency, or limitation associated with this attribute.
- CreatedBy; string; The details of who created the membership card. Oracle Loyalty Cloud generates this attribute value during the creation of a new membership card. There is no default value, dependency, or limitation associated with this attribute.
- CreationDate; string; The date when the membership card is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new membership card. There is no default value, dependency, or limitation associated with this attribute.
- ExpiryDate; string; The date when the membership card expires in the loyalty system. There is no default value, dependency, or limitation associated with this attribute.
- ExpiryDateOnCard; string; The Expiration Date On Card attribute is the date which specifies to the member when the membership card expires. There is no default value, dependency, or limitation associated with this attribute.
- ExpiryStampedOnCard; string; The Expiry Stamped On Card attribute is the date physically stamped on the card which specifies to the member when the membership card expires. Its value is the same as that of the ExpiryDateOnCard attribute, but only specifies the month and year of expiry. There is no default value, dependency, or limitation associated with this attribute.
- IssueDate; string; The date when the membership card is issued. There is no default value, dependency, or limitation associated with this attribute.
- LastUpdateDate; string; The date when the memberhip card record is updated. Oracle Loyalty Cloud sets this date value when the loyalty administrator updates the memership card in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
- LastUpdateLogin; string; The login details of the user that updated the membership card record. Oracle Loyalty Cloud populates this value when the loyalty administrator updates the membership card in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
- LastUpdatedBy; string; The user that updates the memberhip card record. Oracle Loyalty Cloud populates this value when the loyalty administrator updates the membership card in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
- LoyCardId; integer; The primary key of the membership card referred by current loyaltyMembershipCards resource. There is no default value, dependency, or limitation associated with this attribute.
- MemTierNum; string; The unique identifier which shows the number of the tier to which the loyalty membership card belongs. There is no default value, dependency, or limitation associated with this attribute.
- MemberName; string; The identifier specifies the name of the member to whom the card belongs. There is no default value, dependency, or limitation associated with this attribute.
- MemberNumber; string; The Member Number attribute is an alternative identifier that uniquely identifies a member to whom the card belongs. There is no default value, dependency, or limitation associated with this attribute.
- MemberStatus; string; The current status of the loyalty member for whom the membership card is issued. The accepted values are Active, InActive, Dormant, and so on. There is no default value, dependency, or limitation associated with this attribute.
- MemberTier; string; The identifier specifies the tier to which the member belongs, for example, Gold, Silver, and so on. A membership card is generated for a member when the member joins a loyalty program, moves to a new tier, or requalifies to the same tier. There is no default value, dependency, or limitation associated with this attribute.
- NameOnCard; string; The member name that is displayed on the membership card. There is no default value, dependency, or limitation associated with this attribute.
- ProgramName; string; The name of the program to which the member belongs and for which the membership card is issued. There is no default value, dependency, or limitation associated with this attribute.
- StartDate; string; The date when the membership card is valid. After this date, the card can be used to receive rewards, or special lounge services, and so on, based on the card type. There is no default value, dependency, or limitation associated with this attribute.
- StatusCode; string; The status code of the membership card, which is a read-only value based on the CardStatus attribute. This attribute is a lookup type value based on the ORA_LOY_MEM_CARD_STATUS lookup. There is no default value or limitation associated with this attribute.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : loyaltyMembershipCards
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : loyaltyMembershipCards-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:falseIndicates whether the membership card is active. It accepts the Y and N values. If N is specified, then the membership card details can be edited. There is no default value, dependency, or limitation associated with this attribute. -
CardNumber: string
Title:
Card NumberMaximum Length:30The primary key to identify a loyalty membership card. Oracle Loyalty Cloud generates this attribute value during the creation of a membership card record. There is no default value, dependency, or limitation associated with this attribute. -
CardStatus: string
Title:
Card StatusThe Card Status attribute specifies the status of the membership card. The possible values are Active, Stolen, Expired, Lost, and so on. It is based on the ORA_LOY_MEM_CARD_STATUS lookup type. The membership card's validity, which depends on the membership card status, start date, and expiry date, can be checked. There is no default value, dependency, or limitation associated with this attribute. -
CardType: string
Title:
Card Type MeaningThe attribute specifies the membership card type. The accepted values are Gold, Platinum, Silver, and so on. It is based on the ORA_LOY_MEM_CARD_TYPE lookup type. Depending on the card type, members are entitled to different rewards. For example, in the airline industry, members usually show their membership cards to prove their tier status in order to be able to use special lounges. There is no default value or limitation associated with this attribute. -
CardTypeCode: string
Title:
Card TypeMaximum Length:30The membership card type code shows the card type detail. There is no default value, dependency, or limitation associated with this attribute. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The details of who created the membership card. Oracle Loyalty Cloud generates this attribute value during the creation of a new membership card. There is no default value, dependency, or limitation associated with this attribute. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the membership card is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new membership card. There is no default value, dependency, or limitation associated with this attribute. -
ExpiryDate: string
(date-time)
Title:
Expiration DateThe date when the membership card expires in the loyalty system. There is no default value, dependency, or limitation associated with this attribute. -
ExpiryDateOnCard: string
(date-time)
Title:
Expiration Date on CardThe Expiration Date On Card attribute is the date which specifies to the member when the membership card expires. There is no default value, dependency, or limitation associated with this attribute. -
ExpiryStampedOnCard: string
Read Only:
trueThe Expiry Stamped On Card attribute is the date physically stamped on the card which specifies to the member when the membership card expires. Its value is the same as that of the ExpiryDateOnCard attribute, but only specifies the month and year of expiry. There is no default value, dependency, or limitation associated with this attribute. -
IssueDate: string
(date-time)
Title:
Issued DateThe date when the membership card is issued. There is no default value, dependency, or limitation associated with this attribute. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the memberhip card record is updated. Oracle Loyalty Cloud sets this date value when the loyalty administrator updates the memership card in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute. -
LastUpdatedBy: string
Title:
Last Update ByRead Only:trueMaximum Length:64The user that updates the memberhip card record. Oracle Loyalty Cloud populates this value when the loyalty administrator updates the membership card in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user that updated the membership card record. Oracle Loyalty Cloud populates this value when the loyalty administrator updates the membership card in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LoyCardId: integer
(int64)
Title:
Card IDThe primary key of the membership card referred by current loyaltyMembershipCards resource. There is no default value, dependency, or limitation associated with this attribute. -
MemberName: string
Title:
Member NameRead Only:trueMaximum Length:100The identifier specifies the name of the member to whom the card belongs. There is no default value, dependency, or limitation associated with this attribute. -
MemberNumber: string
Title:
Member NumberMaximum Length:30The Member Number attribute is an alternative identifier that uniquely identifies a member to whom the card belongs. There is no default value, dependency, or limitation associated with this attribute. -
MemberStatus: string
Read Only:
trueThe current status of the loyalty member for whom the membership card is issued. The accepted values are Active, InActive, Dormant, and so on. There is no default value, dependency, or limitation associated with this attribute. -
MemberTier: string
Read Only:
trueThe identifier specifies the tier to which the member belongs, for example, Gold, Silver, and so on. A membership card is generated for a member when the member joins a loyalty program, moves to a new tier, or requalifies to the same tier. There is no default value, dependency, or limitation associated with this attribute. -
MemTierNum: string
Title:
Member Tier NumberRead Only:trueMaximum Length:30The unique identifier which shows the number of the tier to which the loyalty membership card belongs. There is no default value, dependency, or limitation associated with this attribute. -
NameOnCard: string
Title:
Name on CardMaximum Length:50The member name that is displayed on the membership card. There is no default value, dependency, or limitation associated with this attribute. -
ProgramName: string
Title:
ProgramRead Only:trueMaximum Length:50The name of the program to which the member belongs and for which the membership card is issued. There is no default value, dependency, or limitation associated with this attribute. -
RequestDate: string
(date-time)
Title:
Requested DateThe date when a request is placed for generating the membership card. There is no default value, dependency, or limitation associated with this attribute. -
StartDate: string
(date-time)
Title:
Start DateThe date when the membership card is valid. After this date, the card can be used to receive rewards, or special lounge services, and so on, based on the card type. There is no default value, dependency, or limitation associated with this attribute. -
StatusCode: string
Title:
StatusMaximum Length:30The status code of the membership card, which is a read-only value based on the CardStatus attribute. This attribute is a lookup type value based on the ORA_LOY_MEM_CARD_STATUS lookup. There is no default value or limitation associated with this attribute. -
TierName: string
Title:
Tier NameRead Only:trueThe Tier Name attribute specifies the member???s tier to which the member belongs when the membership card is issued. There is no default value, dependency, or limitation associated with this attribute. -
UpdateFlag: boolean
Read Only:
trueDefault Value:trueThe Update Flag attribute indicates if the Membership Card resource can be updated. It accepts the Y and N values. This attribute is defaulted to Y. There is no dependency or limitation associated with this attribute.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
This example shows how to retrieve all the membership cards in the loyalty system.
Use GET with the following URI syntax to retrieve all membership cards:
https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards
Example of Response Header
cache-control -no-cache, no-store, must-revalidate
connection -Keep-Alive
content-encoding -gzip
content-language -en
content-length -3257
content-type -application/vnd.oracle.adf.resourcecollection+json
date -Tue, 13 Mar 2018 18:52:09 GMT
keep-alive -timeout=61, max=100
link -<https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards>;rel="self";kind="collection";name="loyaltyMembershipCards"
location -
rest-framework-version -1
server -Oracle-HTTP-Server
vary -User-Agent
x-content-type-options -nosniff
x-oracle-dms-ecid -005Poz1UH0PEoIILIqL6if0007EH000Di1Example of Response Body
{
"items": [
{
"CardNumber": "300100125114820",
"CreatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
"CreationDate": "2018-03-07T11:03:16.610+00:00",
"ExpiryDate": "2018-03-07T11:03:20.534+00:00",
"ExpiryDateOnCard": "2018-03-07T11:03:20.534+00:00",
"IssueDate": "2018-03-07T11:03:13.929+00:00",
"LastUpdateDate": "2018-03-07T11:03:16.786+00:00",
"LastUpdateLogin": "66D1758A5181EC3FE05334C4F00A4060",
"LastUpdatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
"NameOnCard": "ABC Member",
"RequestDate": "2018-03-07T11:03:13.929+00:00",
"StartDate": "2018-03-07T11:03:13.929+00:00",
"MemberName": "ABC Member",
"MemberNumber": "300100125114773",
"CardStatus": "Active",
"TierName": "Silver",
"CardType": "Silver",
"MemberTier": "Base",
"MemberStatus": "Active",
"Active": "N",
"ProgramName": "ABCProgram",
"ExpiryStampedOnCard": "03/2018",
"UpdateFlag": null,
"links": [
{
"rel": "self",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125114820",
"name": "loyaltyMembershipCards",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125114820",
"name": "loyaltyMembershipCards",
"kind": "item"
},
{
"rel": "lov",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125114820/lov/MemberPVO1",
"name": "MemberPVO1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125114820/lov/LookupPVOStatusCode",
"name": "LookupPVOStatusCode",
"kind": "collection"
},
{
"rel": "lov",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125114820/lov/LookupPVOtype",
"name": "LookupPVOtype",
"kind": "collection"
}
]
},
.
.
.
{
"CardNumber": "300100125170206",
"CreatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
"CreationDate": "2018-03-12T03:29:00.037+00:00",
"ExpiryDate": "2020-03-12T03:29:07.395+00:00",
"ExpiryDateOnCard": "2020-03-12T03:29:07.395+00:00",
"IssueDate": "2018-03-12T03:29:07.395+00:00",
"LastUpdateDate": "2018-03-12T03:29:00.173+00:00",
"LastUpdateLogin": "672EC797F0F83DEBE05334C4F00AD631",
"LastUpdatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
"NameOnCard": "John Black",
"RequestDate": "2018-03-12T03:29:07.395+00:00",
"StartDate": "2018-03-12T03:29:07.395+00:00",
"MemberName": "John Black",
"MemberNumber": "300100125170176",
"CardStatus": "Active",
"TierName": "Tier 1",
"CardType": "Silver",
"MemberTier": "Tier 1",
"MemberStatus": "Active",
"Active": "N",
"ProgramName": "Better Rewards",
"ExpiryStampedOnCard": "03/2020",
"UpdateFlag": null,
"links": [
{
"rel": "self",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125170206",
"name": "loyaltyMembershipCards",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125170206",
"name": "loyaltyMembershipCards",
"kind": "item"
},
{
"rel": "lov",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125170206/lov/MemberPVO1",
"name": "MemberPVO1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125170206/lov/LookupPVOStatusCode",
"name": "LookupPVOStatusCode",
"kind": "collection"
},
{
"rel": "lov",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards/300100125170206/lov/LookupPVOtype",
"name": "LookupPVOtype",
"kind": "collection"
}
]
}
],
"count": 22,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https:example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMembershipCards",
"name": "loyaltyMembershipCards",
"kind": "collection"
}
]
}