Skip to content

Find BibAssignmentRule by Id​

GET
/api/v2/bibassignmentrule/{id}

Returns a single BibAssignmentRule

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

id

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Delete one BibAssignmentRule by Id​

DELETE
/api/v2/bibassignmentrule/{id}

Deletes the identified BibAssignmentRule

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

id

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Update BibAssignmentRule by Id​

PATCH
/api/v2/bibassignmentrule/{id}

Updates an existing BibAssignmentRule from the PATCH data

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

id

Type
integer
Required
Format
"int64"

Request Body​

application/json
JSON
{
  
"data": "string"
}

Responses​

Playground​

Authorization
Variables
Key
Value
Body

Samples​


Find a list of BibAssignmentRules by a set of filters​

GET
/api/v2/bibassignmentrule

Returns a list of BibAssignmentRules

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Query Parameters

_limit

Set the max number of objects to return

Type
number
Format
"int64"
_offset

Set the number of objects to ignore before starting

Type
number
Format
"int64"
_search

text string that will search certain text fields

Type
string
_select

comma separated list of items to select ('tickets.*, ticketTypes.name')

Type
string
name

name

Type
string
bibStart

bibStart

Type
integer
Format
"int64"
bibEnd

bibEnd

Type
integer
Format
"int64"
prefix

prefix

Type
string
suffix

suffix

Type
string
assignmentTime

assignmentTime

Type
string
chipAssignment

chipAssignment

Type
string
chipAssignmentFile

chipAssignmentFile

Type
string
lastUpdated

lastUpdated

Type
integer
Format
"int64"
archived

archived

Type
integer
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Create BibAssignmentRule​

POST
/api/v2/bibassignmentrule

Creates a new BibAssignmentRule from the POST data

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI