How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

University of Bath pressMedia API

The pressMedia API from University of Bath — 24 operation(s) for pressmedia.

University of Bath pressMedia API is one of 26 APIs that University of Bath publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 28 operations across 24 paths, and defines 37 schemas. It is described by OpenAPI 3.0.1, at version 5.33.3-3.

Requests are made against a single base URL, /ws/api.

28 operations 24 paths 37 schemas 1 DELETE20 GET3 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
5.33.3-3
Base URL
https://purehost.bath.ac.uk/ws/oai
Authentication
API Key
Resource Areas
1

Authentication & Security 1

University of Bath pressMedia API declares 1 security scheme for authenticating requests. An API key is passed in the header as api-key (api-key). By default, every request must be authenticated.

  • api-key — Security mechanism for the API

Paths & Operations 28

Across 24 paths, the API surfaces 28 operations — 1 DELETE, 20 GET, 3 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

pressMedia 28
GET
/pressmedia
List all Press/Media content
pressmedia_list 3 params → 200
PUT
/pressmedia
Create Press/Media content
pressmedia_create body → 201400
GET
/pressmedia/allowed-categories
A list of allowed categories
pressmedia_getAllowedCategories → 200
GET
/pressmedia/allowed-custom-defined-field-values/{fieldIdentifer}/classifications
Get allowed classifications for the custom-defined field associated with the Press/Media
pressmedia_getAllowedCustomDefinedFieldClassifications 1 param → 200400404
GET
/pressmedia/allowed-descriptions-types
A list of allowed description types
pressmedia_getAllowedDescriptionsTypes → 200
GET
/pressmedia/allowed-image-types
A list of allowed image types
pressmedia_getAllowedImageTypes → 200
GET
/pressmedia/allowed-keyword-group-configurations
A list of keyword group configurations
pressmedia_getAllowedKeywordGroupConfigurations → 200
GET
/pressmedia/allowed-keyword-group-configurations/{id}/classifications
A list of allowed classifications for the specified keyword group
pressmedia_getAllowedKeywordGroupConfigurationClassifications 1 param → 200
GET
/pressmedia/allowed-locales
A list of allowed locales in localized strings
pressmedia_getAllowedLocales → 200
GET
/pressmedia/allowed-media-coverage-types
A list of allowed media coverage types
pressmedia_getAllowedMediaCoverageTypes → 200
GET
/pressmedia/allowed-media-coverages-countries
A list of allowed countries
pressMedia_getAllowedMediaCoveragesCountries → 200
GET
/pressmedia/allowed-media-coverages-degree-of-recognitions
A list the degrees of recognition allowed on Press/Media
pressMedia_getAllowedMediaCoveragesDegreeOfRecognitions → 200
GET
/pressmedia/allowed-media-coverages-media-types
A list of allowed media types
pressmedia_getAllowedMediaCoveragesMediaTypes → 200
GET
/pressmedia/allowed-media-coverages-persons-roles
A list of allowed person roles
pressMedia_getAllowedMediaCoveragesPersonsRoles → 200
GET
/pressmedia/allowed-media-coverages-subdivisions
A list of allowed subdivisions
pressMedia_getAllowedMediaCoveragesSubdivisions → 200
GET
/pressmedia/allowed-types
A list of allowed Press/Media types
pressmedia_getAllowedTypes → 200
GET
/pressmedia/allowed-workflow-steps
A list of allowed workflow steps
pressmedia_getAllowedWorkflowSteps → 200
PUT
/pressmedia/file-uploads
Upload file to a specific Press/Media
pressmedia_fileUploads 1 param body → default
GET
/pressmedia/orderings
Lists available orderings
pressmedia_getOrderings → 200
POST
/pressmedia/search
Query operation for Press/Media content
pressmedia_query body → 200400
GET
/pressmedia/{uuid}
Get specific Press/Media
pressmedia_get 1 param → 200301404
PUT
/pressmedia/{uuid}
Update Press/Media
pressmedia_update 1 param body → 200400404409
DELETE
/pressmedia/{uuid}
Delete specific Press/Media
pressmedia_delete 1 param → 204404409
POST
/pressmedia/{uuid}/actions/lock
Lock the content
pressmedia_lock 1 param → 204404409
POST
/pressmedia/{uuid}/actions/unlock
Unlock the content
pressmedia_unlock 1 param → 204404409
GET
/pressmedia/{uuid}/files/{fileId}
Get file related to Press/Media
pressmedia_getFile 2 params → 200
GET
/pressmedia/{uuid}/notes
Lists notes
pressmedia_listNotes 3 params → 200404
PUT
/pressmedia/{uuid}/notes
Create note
pressmedia_createNote 1 param body → 200400

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are PressMedia (24 properties), MediaCoverage (16 properties), ImageFile (15 properties), AllowedKeywordGroupConfiguration (10 properties). Each schema is shown below with its type and property counts.

Visibility
object
Visibility of an object
2 properties 1 required
ContentRef
object
2 properties 2 required
PageInformation
object
Information about pages
2 properties
PressMediaListResult
object
List of Press Media. Can contain a subset of all items along with the full count
3 properties
EventRef
object
A reference to an event
1 required
OrganizationRef
object
A reference to an organization in the institution
1 required
ClassificationRef
object
A reference to a classification value
2 properties 1 required
UploadedFile
object
Information about the uploaded file
7 properties 1 required
LocalizedString
object
A set of string values, one for each submission locale. Note: invalid locale values will be ignored.
Workflow
object
Information about workflow
2 properties 1 required
ClassifiedFormattedLocalizedValue
object
A classified formatted localized value
3 properties 1 required
AllowedKeywordGroupConfiguration
object
A specification of the allowed behavior of a specified keyword group
10 properties 1 required
ClassificationSchemeRef
object
A reference to a classification scheme
1 required
SystemLocalizedString
object
A set of localized string values each for a specific UI locale.
CustomDefinedFields
object
Map of CustomDefinedField values, where the key is the field identifier
KeywordGroup
object
4 properties 2 required
AllowedKeywordGroupConfigurationList
object
List of allowed keyword group configurations
1 property
WorkflowListResult
object
List of workflow steps.
1 property
ClassificationRefList
object
List of classification references
1 property
LocalesList
object
List of available locales
1 property
PressMedia
object
A piece of press, media, or other sort of news clipping.
24 properties 5 required
FormattedLocalizedString
object
A set of localized strings that support formatting. Invalid locale values will be ignored.
ExternalOrganizationRef
object
A reference to an organization external to the institution
1 required
CustomDefinedField
object
Map of CustomDefinedField values, where the key is the field identifier
1 property 1 required
NoteListResult
object
List of notes
3 properties
AbstractPressMediaPersonAssociation
object
An association between press media and a person
5 properties 1 required
Note
object
A note
3 properties 1 required
OrderingsList
object
List of available orderings
1 property
Name
object
A name describing a person, made up of given- and family name
2 properties
ProblemDetails
object
RFC7807 Error details
5 properties
RemoteFile
object
Information about a remote file (Elsevier only)
6 properties 4 required
ImageFile
object
An image file
15 properties 2 required
Identifier
object
1 property 1 required
ConflictProblemDetails
object
Problem details for state conflict failures
7 properties
MediaCoverage
object
A press media coverage
16 properties 2 required
APIStringListResult
object
2 properties
PressMediaQuery
object
Query for searching press media
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

university-of-bath-pressmedia-api-openapi.yml Raw ↑

Other APIs University of Bath publishes across the network.

Research Portal (Pure) OAI-PMH
Research Data Archive OAI-PMH
Research Data Archive REST/Feeds
Library Discovery (Ex Libris Primo)
Azure API Management Developer Portal (non-production)
University of Bath activity API
University of Bath application API
University of Bath authorCollaboration API
University of Bath award API
University of Bath classificationScheme API
University of Bath dataSet API
University of Bath equipment API
Where this information came from

This is an independent, third-party profile of University of Bath pressMedia API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.