Contains the operations for the root resource.
Score Definitions
Loading...
The Score Definitions API is used for creating and maintaining score definitions.
Contains operations to create, read, update, and delete score definitions.
get
Internal-Use OnlyReturns a list of the score definitions based on the specified pagination, filtering, and sorting options. The items in the list depend on the Accept-Item header.Get a collection of the score definitions
post
Internal-Use OnlyCreates a new score definition based on the representation in the request body.Create a new score definition
get
Internal-Use OnlyReturns the representation of the specified score definition.Get a score definition
head
Internal-Use OnlyReturns the headers for the specified score definition. Also used to determine whether a particular score definition exists.Get the headers for a score definition
put
Internal-Use OnlyUpdates the specified score definition based on the representation in the request body.Update a score definition
delete
Internal-Use OnlyDeletes the specified score definition.Delete a score definition
Contains operations for generating code.