Skip to main content
Nintex Community Menu Bar
Solved

Nintex xtension using api v3

  • August 7, 2020
  • 5 replies
  • 97 views

Forum|alt.badge.img+4

In NWC I need to create an xtension using api v3.

all the posts I’m seeing suggests that NWC can’t utilise v3 at the moment.

is this the case or am I just configuring the xtension wrong?. I keep getting an error saying the specification is incorrect.

 

cheers

 

marc

Best answer by joshua_tan

I assume this is OpenAPI 3.0. This is in the backlog but not actively scheduled.

5 replies

butlerj
Nintex Employee
Forum|alt.badge.img+20
  • Nintex Employee
  • August 7, 2020

@joshua_tan with the updates that are coming to Xtensions, will we be able to support API v3?


Forum|alt.badge.img+5
  • Nintex Employee
  • Answer
  • August 9, 2020

I assume this is OpenAPI 3.0. This is in the backlog but not actively scheduled.


Forum|alt.badge.img+1
  • Rookie
  • September 2, 2026

I upvote the request to support OpenAPI 3 via Nintex Xtensions.


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • September 14, 2026

Hi ​@Vj_B,

 

I saw that you previously posted about Workday, and I assume this post is regarding the OpenAPI specification you can download from the Workday developer site. I see that not all endpoints have download files available in both V2 and V3; some only have V3.

Even though Workday only offers V3, you could still reconfigure these to V2.
Nintex also has Specification Extensions that can mimic V3 features like when using advanced JSON schema. They have added support for composition keywords like oneOf and anyOf, which were missing in version 2. 

I am sure a good AI agent could also convert from V3 to V2 for you.


Forum|alt.badge.img+1
  • Rookie
  • September 15, 2026

Thanks for your suggestion, I’ll work my way around using the information.