Skip to main content

Posting

Posting

type Posting {
blueprintId: ID
createdAt: ISO8601DateTime!
errorCode: String
errorMessage: String
errorMetadata: JSON
errorSubcode: String
failedAt: ISO8601DateTime
id: ID!
identifier: String
postUrl: String
postedAt: ISO8601DateTime
sentToPublishAt: ISO8601DateTime
serviceId: ID
updatedAt: ISO8601DateTime!
}

Fields

Posting.blueprintId ● ID scalar

Unique identifier for the blueprint

Posting.createdAt ● ISO8601DateTime! non-null scalar

Created at

Posting.errorCode ● String scalar

Error code

Posting.errorMessage ● String scalar

Error message

Posting.errorMetadata ● JSON scalar

Error metadata

Posting.errorSubcode ● String scalar

Error subcode

Posting.failedAt ● ISO8601DateTime scalar

Timestamp when the posting failed

Posting.id ● ID! non-null scalar

Unique identifier for the posting

Posting.identifier ● String scalar

Network post identifier

Posting.postUrl ● String scalar

URL of the posted content

Posting.postedAt ● ISO8601DateTime scalar

Timestamp when the posting is posted

Posting.sentToPublishAt ● ISO8601DateTime scalar

Timestamp when the posting is sent to publish

Posting.serviceId ● ID scalar

Unique identifier for the service

Posting.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

Member Of

PostingConnection object ● PostingEdge object ● UpdatePostingPayload object