AU Class
AU Class
class - AU

Accelerate Digital Transformation Using Upchain APIs

이 강의 공유하기

설명

In today's world, many companies require custom processes and solutions that are not covered by out-of-the-box implementations. APIs are a great way to bridge those gaps. Upchain offers a wide range of APIs that can be used to create custom integrations, automate workflows, and enhance data exchange between different systems and applications. Whether you're looking to connect your existing system with your product lifecycle management (PLM) platform, automate your business processes, or enhance your reporting capabilities, Upchain's APIs can help you achieve your goals and unlock new value for your business. In this interactive talk, we will explore basic Upchain capabilities, and how they can be achieved using available APIs. We'll also give an overview about other APIs that could be used to implement custom solutions and discuss best practices for creating effective custom integrations.

주요 학습

  • Develop a custom integration using Upchain's APIs.
  • Discover the basic capabilities of Upchain's API.
  • Discover the potential benefits of maximizing APIs for creating additional business value.

발표자

  • Sanjin Vuckovic
    Sanjin is a software development engineer based in Varaždin, Croatia. He has a 10 years professional experience working in Java programming language, developing various cloud base solutions. For the last 5 years, he's been working on different parts of Upchain, and has joined Autodesk family via an acquisition in 2021.
Video Player is loading.
Current Time 0:00
Duration 58:57
Loaded: 0.28%
Stream Type LIVE
Remaining Time 58:57
 
1x
  • Chapters
  • descriptions off, selected
  • en (Main), selected
Transcript

SANJIN VUCKOVIC: Welcome, everyone. Welcome to my presentation, "Accelerated Digital Transformation using Upchain APIs." My name is Sanjin Vuckovic, and I'm a software developer engineer in Autodesk. I've been working on Upchain for the pass five years, and two years ago, Autodesk acquired us. So now, I'm part of Autodesk.

So today, I will talk a bit generally about Upchain and Upchain APIs, and then I will jump straight into using our APIs. I will show you some examples of how to create, fetch, and update BOM or Bill of Material data, and then I will give a brief overview of some other endpoints that we provide projects, like BMS projects, change requests, and some others.

So as I hope most of you already know, Upchain is a cloud-based PLM and PDM solution. Some of its main features are multi-cloud integration and centralized data. Since all data is stored in the cloud, it provides easy and efficient way to collaborate between different users and stakeholders. But I'm not going to talk too much about Upchain in general. If you're more interested in that, you can check presentations from the previous video. I've mentioned two of them here-- Kick-start your Upchain Experience and Cloud Data Management with Upchain. But there were some other presentations, and there are also Upchain content on this year's AU.

But what I would like to talk about more is Upchain APIs. So different companies have different needs and requirements, and Upchain offers out-of-the-box solution with a web application and plugins to meet those problems. However, sometimes these solutions are not enough, and some custom functionality is needed. And this is where APIs come into play.

Upchain offers a wide array of API endpoints that enable different use cases and provide customers with the flexibility to create custom solutions for their own needs. Some of the most common use cases are importing data from other systems into Upchain, and also exporting data for various reports, dashboards, and similar purposes. APIs can also be used to create different automations to reduce manual work, improve efficiency, and accelerate the digital transformation.

For example, many companies use different tools and systems to store similar data, so using APIs to automatically synchronize data between the systems can be a very efficient way to solve those problems. However, APIs can be used for a lot of other use cases, and once you start digging into Upchain APIs and see what's available, I'm sure you will find a lot of other use cases where you can use them.

So if you want to start with Upchain APIs, first stop would be the Swagger documentation page. Swagger is an open-source tool that displays API documentation. Our API conforms to the Open API specification. I will show you a bit later why that's important.

And on the Swagger tool, we can see all the endpoints with the descriptions, and examples, and data schemas, and stuff like that. But instead of me just talking about it, I would like to quickly show you about the Swagger tool.

So here is the Swagger. At the start, we see some general instructions about logging in and sending some required headers. And then, below, we have a lot of different sections that contain a lot of APIs. So when you scroll down, you will see many different endpoints and sections that you might want to use.

So if I open any of them, I will see now exact endpoints in here. And can open one to show you how it looks like. So here we have the name of the endpoint and the URL. Here is some description of the endpoint. Below are the parameters that we need to send to call this endpoint. So there are some required parameters, some optional parameters, and also descriptions for all the values that can be sent.

And if I scroll a bit down, we can also see examples of the responses that API returns. So here we see an example value of this endpoint, but we also have this schema button. If I click on it, it will show you all possible fields that this endpoint will return, and also its data type. So if you are implementing your own integration, it will be very important for you to see which data types you will get.

And this applies to all other endpoints that we have. So I've previously mentioned that we use OpenAPI specifications. So here is this link called API Docs. I can open it quickly, and it is one giant JSON file.

I'm not going through that right now, but I wanted to show you this because you can Google Open API Code Generators, and it will give you a bunch of different generators for all the programming languages that you might use. So if you are starting for the first time with our APIs, probably the easiest way would be to just copy this link into Code Generator, and it will generate all the code. And there will be examples how you can start using our APIs, so you will not need to manually import everything and it will be generated for you.

So that's our Swagger page. And before I start using our endpoints, I would quickly like to talk a bit about our terminology that we use because there are some inconsistencies in our system. So I would just like to tell you about some of the terminology so it's easier for you to understand what's happening.

So first thing, you might on some places see "company." On some other places, you might see "tenant," and "company IDs," and "tenant IDs," and that's the same thing. That also applies to parts and items. So you can see part versions, item versions-- parts, items, that's completely the same thing. And you will see a lot of those inconsistencies.

And then, a little bit about our data model. So the building block option is an item, and for items, we have item masters and item versions-- or part masters and part versions. So if we create one item, we might give it a unique item number. In this example, I'll use 1000123. That's item number that uniquely identifies our item and it is stored on Item Master.

And then, for this Item Master, we can have multiple different versions. So one can be in development. Other can be in released. Then, we can have another development, and so on. They can all have different revisions, but they all share the same item number, so they have one item master. And then, there are multiple item versions. So items belong to the eBoM or Engineering Bill Of Materials.

Very similar thing is with files. With files, we have file masters and file versions. So when we import some file into Upchain, that file will have some name which we use to uniquely identify it. And then, we can check out, check in, and create different versions of that item. And then we will get version 1, 2, 3, 4, and everything else. So File Master is the one object that stores file name, and then it can have multiple versions. And files and file versions are all part of the cBoM, or CAD Bill Of Material.

And at the end, I would also like to mention about CAD data and DMS. So everything I've talked until now-- items, and item versions, and files, and file versions-- that is all part of the CAD data. So that's all the data that you create in your CAD tools-- in your Inventor, SolidWorks, AutoCAD, CATIA, and everything else. Those are the models, drawings, translations, and any other files.

And then, we also have a DMS, or Document Management System. This is a general document management system where we can store any other type of documents. So here, you would put your different office documents, your PowerPoint presentations, your Excel sheets, or ZIP files, or some images, or any other file that you might use and you might want to attach to different items, or projects, or other places in Upchain.

So that would be it for the introduction into Upchain. And now, I would like to start with the demo. I could use the Swagger page, which is often the easiest and fastest way, but I will use a tool called Postman. But for now, if you want to use Swagger, I will show you how to quickly get started.

So on the right side, we have Authorize button. We can click on it, and then we need to Insert client ID and secret. These are the values that you can get from the Upchain Customer Support.

I have my Academy. It's called Academy ID, I have some secret. I click on Authorize, and now it will check if I'm logged in into Option. I am logged in since I'm in the second tab, so it immediately authorizes me. And now, I can use my APIs.

So I can open any of them. We have this Try It Out button, and now I execute it. And that's it-- I executed my endpoint and got the result back. And Swagger tool took care of everything.

So we can see that it sent the header, accept application JSON. It also sent authorization header. So whenever we call some endpoint, we need to send this authorization header, and Swagger tools takes care of that.

But since there is so many endpoints and so many different sections, it would be a bit confusing for me too to use Swagger because I would have to do a lot of scrolling up and down. So instead, I will use the Postman tool.

I hope that most of you are also familiar with this. Postman is an easy-to-use API client. I have created a folder called AU 2023, and I have created several sub-folders. And I will be executing endpoints here. So if I expand any of them, it will show me a list of endpoints. And then, I can click through them and execute them.

First thing here when we want to start executing endpoints is, of course, to log in-- or, if we are using our APIs, we need to fetch our API token. For this we have a Fetch Token Endpoint. It takes several parameters that we need to send.

So currently, we are using the Keycloak system, and it works on the OAuth protocol. So for the grant type, if we want to use APIs we will send a password value, but allowed protocol enables some different grant types which you can also use. But in this case, I will use password, client ID, and secret I already mentioned. So you get from the Upchain customer support, and then you also need to insert username and password. And those are the credentials of your Upchain user.

When you will be using API endpoints, I would suggest to use Upchain user that has tenant admin role because some of the endpoints are restricted to tenant admin users. So if you use tenant admin, then you will not meet those restrictions. So it's better to use that user. And then, we also need to send some scope read/write, since we want to read and write data.

And now, on the right side, I can click the Send button. It will send the request to the Upchain, and we will see below the response. Most important thing in this response is our access token. So if I want to do everything manually, I can copy this whole token and then paste it in every other endpoint that I will use. However, since I'm using the Postman tool, it enables me a bit easier way to do that.

So I have this small script in tests, and it extracts-- it reads this response, and extracts access token and stores it into token variable. And then, in the Postman, you can have different variables which you can then use on some other places. So here, if I go to my Global Variables, I have several variables that I have used, like my URLs-- or actually, they are here in the live, sorry.

So they are here. So I have my that URL to my API, then I have my username and password, which are not shown because they are secret-- Client ID, client secret, company ID, and also token, which are extracted from my previous endpoint. But now, also, one nice thing about Postman is, since I have parent folder that contains multiple other endpoints, I can click on the parent folder. And in the Authorization tab, I can select a bearer token. And here I put my token variable that I extracted from before. And now, when I execute any of the endpoints that are in this folder, it will automatically send this bearer token so I don't need to send it manually on each call.

So yeah, that would be the basic setup. And now, let's start executing the endpoints. So for most of the endpoints, apart from token, we also need to send our company ID. It's not necessary in this place since this endpoint will actually give you the company IDs so I can execute this. And we'll see here that I have access to only one company and its ID, 203.

I think most of the users in Neptune have access to at least two tenants or companies, like one sandbox and one production tenant. So if you are starting to use API endpoints and starting to get familiar with Upchain, I would suggest to first try them out at your sandbox tenant because then you will not mess with your production data. So now that I have my ID, I stored it in my variable called Company ID 203. And now, when I want to execute some other endpoint, I go to headers, and I just put UPC selected company and my variable, and it will automatically to send the variables I defined. I don't need to manually put it here. Also, for each endpoint, we need to send content type is application JSON.

OK, so let's get started with using our endpoint. So as I mentioned, items are the main building block in Upchain that you will be mostly using, so let's create one item. Here on the left side, I have put this example of calling this endpoint where it will give you-- in the Body tab, it will give you all possible values that you can send. You can also see everything from here in the Swagger, but I have put it here, so it might be easier. If you will be using Postman, you can also see it here.

So let's say I want to create my first item. I can put my first name. So it will be, let's say, AU2023 item. Nothing special.

We put some description. We need to put its state. State has a limited number of values that you can use. It also applies to the type. And if you don't know from the top of your head which values to use, you can always check the documentation.

So this is where it's good to check the Swagger page. So I can see here that my endpoint is in the BoM version 2 section slash items. So if I go to Swagger, find my BoM version 2, and now I can find my item endpoint-- here it is. And now, I can see also here all the values that can send. But here, I can click on schema, and it will mark me which parameters are required-- these with the small red asterisk.

And now, I wanted to send the state and type. So for the state, I can expand this enum, and it will show me all the values that I can send. Now, I can use just Development item, but I can use any other.

And then, for the type, it doesn't have some fixed values. Values are fetched from the item type picklist. So if I want to check what is in the picklist, I can execute the endpoint and see.

I'll go back to the Postman. I also have here the picklist endpoint. I just need to send it as query parameter, a picklist name. In this case, I want item type. So if I write item type, and I execute, and now, I will see all the item types that have defined in my tenant. And I can pick any of them to use for my item that I will be creating. So in this case, I will create an assembly in development state.

Now, I can also define major/,minor revision and version. And one thing I could mention here is that if we have some fixed item numbers that we want to use, I can specify here item number as well. But if I don't have some fixed one and I want option to generate it, I can just leave it blank. I don't send anything, and option will generate an item number based on the item numbering rule that I have on my tenant.

So in this case, I will not send the item number. I will let option generate it for itself. So that will be all, and I can execute it. And now I get my response, and now we can see that it generated item number 100945.

Now, in this response, once you first start to use it, it might be a bit confusing because there are two properties you have-- this one initial ID, and then you have also versions ID. So this first ID is actually part master ID, and I don't think you need to use it at all-- maybe on few endpoints. But in most of the cases, you will be using this part version ID, so this one is way more important. And for example, here, you can also see master ID, which is the same as this one.

So OK, we have created our first item, but we cannot really see it anywhere in the application. I mean, we could find it with our search, but it would be a lot easier if we could see it on some projects. So let's link our item to the project.

For that, we have an endpoint called End Items. In the URL, I need to provide it with the project ID. So when I put this colon here, it will create it like a path variable here in the Postman, and I need to get project ID. Of course, I don't know what my project ID is from top of my head, but that's why we have another endpoint called Projects.

And I can filter all my projects by status. In here, I will want only active projects. I can send it, and since my tenant has a lot of projects, it might be a bit harder to find the one I need. I can use this Search, and then Search by Name.

But also, one easy trick you can use to find your project ID could be also to go into the option application and open the project that you want. So I have added it to my favorites. I have this AU 2023 Recording. I can double-click on it, and I can open this project.

And now, in the URL, I will see this project equals something. So this is actually the project ID that I can use in my endpoints. So I can use it here, or, for example, I can search for it here, and it will find the same thing in my endpoint. And if I go back to the Link Item to Project, so this is project ID. And in the body, I need to give it item version ID, or part version ID.

So it's the one that I have created. So it's this one. I can copy it, paste it here, hit Send, and now it will say the response is HTTP 204, which means it was successful. So once I go back to the Upchain and have added to this project, I can go did my BoM page, and here is the item I have just created.

So we have our first item, but it is completely empty. It doesn't have anything attached. So let's add some files to it as well.

I will go back to Postman, and we have an end point to upload CAD file. It's called BoM version 1 file version. So this is very powerful endpoint, which can be used to upload any kind of CAD file into the system.

So since I'm creating from scratch, first, maybe, I want to create a CAD model. So in the body, I need to send two parameters-- file, and metadata. So for the file, its type is file, and I need to select from my disk which file I'll upload.

So I have some small parts that I have created in Inventor, so I will open that one. And then, in the metadata, I need to give it file name and Vault ID. And there are some other parameters which I will mention a bit later.

So even though my file itself is called smallparts.itt, this file name does not matter that much. It's the name that Upchain will use is this filename parameter that you will send in metadata. So it's more important what you send here. So here, I can put AU Sample Item, let's say.

And then, I also need to give it the Vault ID. So this is-- Vault is a storage where we store our files. It's not related to Autodesk Vault; it's Upchain Vault. It's like simple data storage.

So I want to get its ID. So again, I have another endpoint for that. It's called Get Vault IDs. It's in the Vault section. So it's a GET request.

So I just hit Send, and it will give me some details about it. And most important is this ID. I will copy it, and I will paste it to my request, and that's it. I send it, and yeah, now, it will create me. As I've mentioned before, it will create file master and file version. So if I would hit Send again, it would create another version. It would create version 2, which would have the same file master but different file version since each version has its own ID.

So we have created a new file, and now we want to link it to our item that I have previously created. So I will call the Link File to Item Endpoint. In this endpoint, I also need to send item version ID in the PATH variable. So I need to, again, go back to my item, copy it, paste it here.

And in the body, I need to send my file version. You can send multiple file versions here. And I'll talk a bit about this primary.

Let me just copy the file version ID. It's the one that I have just created. Copy it here, paste here.

So now, about this primary flag, since now I am attaching a CAD model to my item, I want to mark it as Primary TRUE, as there can be only one primary file on each item. And later on, I will also upload a drawing. And for drawing, I will set this Primary FALSE. Also, you can attach translations, and translations will also have Primary value FALSE.

But since this is CAD model, it is the primary file, and I will execute it once again. It will say 204 No Content, which means that it is created. And if I refresh my project and check the item, now I have this icon that item has model attached.

Now, I can see, in the documents, the save on page. I can see it, I can download it, and so on. So now that I have CAD model attached, I want also to have some thumbnails and to create translations for it.

I could do it manually. I could do the importing of translations manually, not the thumbnails for now. But since we have the file uploaded, we also have an endpoint for generating those translations. So I will use it. Also, as a pet variable, I need to send item version ID.

So I will copy it, add it, and then, as a query parameters, we can send which translations we want to create. And the options are PNG, SDL, and STEP files. So this endpoint right now only allows you to create translations for model files.

So if you have some drawing and you want to create PDF translation, this endpoint does not support it. And we also have this Force parameter. So if we already have some translations existing, we can send this Force value to TRUE, and it will overwrite all existing translations.

But right now, I don't have anything, so it doesn't matter really what I send. So I can send just send the Force TRUE. I can trigger it, and I will get responses 202 accepted. That means that the process of generating translations have started, and it usually is very fast, and maybe we'll immediately see it. Sometimes, if the system is under some bigger load, it might take some time.

So yeah, right here, we see that conversions are in progress. And thumbnail is not visible right now. Maybe if I check again? OK, the most important thing is that I have triggered it, and now it's running in the background and it will be generated. And also, we have this icon that translations are attached to.

Let me see-- yeah, OK, it's still running. While that's running, I can also show you how to attach drawings, because drawings are also one of the most common items, files you will attach to items. So if I go back to my Upload CAD File, I forgot to mention previously that you can expand it.

And I have put different examples that you might use. First example is for all parameters that you can send in the body. So you send some file, but in metadata, you can send some different information.

And since I will be creating drawing, we can see here, for drawings, we can also submit file name, Vault ID, and CAD type. We need to send in some places. I will tell you exactly where.

So yeah, let's say I want to create now my drawing. So instead of the IPT file, which is model, I will import some drawing. I have a DWG drawing. For the file name, I will use auDrawing.dwg. And Vault ID I can reuse.

And now, you will see if I try to call this, I will get an error. It's because DWG files are a bit special because they can be everything. They can be models, they can be drawings, they can be translations, and only based on the DWG file extension, we cannot know what exactly it is.

And now, since we know that it's a drawing, and it says that we need to specify CAD type where it's created from, so if I go to my example, I see that I can send this CAD type parameter. So I will just copy it.

And since this was Inventor file, I will put Inventor. And since, in Inventor, DWG file can only be a drawing, Upchain will recognize it and mark this file as a drawing. So I can execute it. I get the back some information that it's created successfully. And now, same with the model, I need to attach it to my item so I can immediately copy my file version, go to the linking endpoint, and now, as I've mentioned before, instead of sending primary TRUE, I need to send primary FALSE.

So now I have executed it, and I can go back to the web page. I refresh it-- yeah, now we can see the thumbnail and translations are generated, and now we can also see the drawings are here. So if I go to the cBoM, I can see model. For drawings, I can see, we have our drawing. And for translations, there are translations.

However for drawings, drawings have their own cBoM as well. So when we are attaching a drawing which is related to the model file, we also need to create a cBoM relationship between drawing and the model. So I'll show you how to do that.

So for this purpose, we have the Create cBoM Relationship endpoint. It's in the version 2 of our endpoints. And in the PATH variable, we need to send parent file version ID. Parent is our drawing file, so drawings are parents, and CAD models are childs, in this case.

So parent is drawing, and then I need to get also my model file. So here I can use this console tab in Postman, which will show me all the previous endpoints that I have executed. And I can find the first one. This File Versions is the first one which I called to create my file. And in response, I can copy this ID.

I need to put it in the body here. I can leave quantity as 1. I can execute it. And now, I have created a relationship between drawing and model.

So if I again go back to our application, open the Drawings tab, and now, as we wanted to do, now we have our drawing, and we can see that it has a model file as its child. Here I should also mention that since this drawing file is created in Inventor, this Inventor file itself has a file reference to its child. And we need to make sure to use the same file names as how the files are defined in the Inventor because if you upload the file in Upchain and you rename it, Upchain will not open those files and do some re-referencing or anything like that. So you need to make sure that you use the same names as they are in Inventor because if you don't, and you change the name when you import into Upchain, and if you download the drawing, then you might get a Missing Reference error because you have renamed the file some other way, and then Inventor cannot find it.

So that would be about drawings. I can use the same endpoint to create the translations. I can share this example, for example, here, which you need to send file category translation. But since I've already created some translations for model, I don't need to do it right now.

And for the part with creating BoM data, I want to show you only one more endpoint, which is to create eBoM relationships. So right now, we have created our cBoM relationship, a connection between drawing and model. But now, let's say that we want to create another item, and we want to create some-- and it will be the child of the first item.

So I can create, let's say, a AU 2023 child item, and I will leave everything else the same. Because I'm not sending item number, it will generate me a completely new one. So this is my child item, and I can copy its part version ID and put it in the body.

For the parent, I send it in the pet variable parent. You also have one easy trick to fetch the parent. So if you open Item, you open its details, in the URL, you will also see the Preview item, which is the part version ID of the item that you have clicked on.

So I can easily just copy it, paste it here, and that's it. For this endpoint, I need to get my Creator ID, which is my User ID, and I have another get endpoint to fetch it. So I just send it, copy my ID, paste it, and execute it, and that's it.

So this will create an eBoM relationship. Since this will be a child of my other item, I don't need to attach it to the project because to the project, we attach only the so-called end items. Those the end items are actually root items on the project, and for any child item-- or we have here some other children as well-- for all of those you don't need to attach them to the project, it's enough to attach them-- or to only connect them in the eBoM to the parent. So here it is.

So that's some basic about creating all your BoM data. I have created only one file, or one, two items and some files. And now, if you would want to create some bigger assemblies, you would do the same steps again-- just, of course, with different data. And that's the way how you can import data into Upchain.

Now that we have some data imported, let's also try to fetch data to see what we have in the Upchain because you might want to export data, as I mentioned, for some reporting dashboards or whatever else you might use it for. So there is a lot of endpoints for that. Some of them are very similar, and you are feel free to try out different endpoints and see which ones you want to use.

For example, we have this Quick Search. It works similarly like Quick Search in application. We put all description here. Also, you can see it on the Swagger as well. You can search by item name, item number, legacy item number, and so on.

So I can-- for example, I have created this item with this item number. I can copy it, paste it here. So it will give me this specific item.

So I can remove only the last character. So it will-- going to show me all items that start with this item number. So since I created like two items, it will show me now some different. And previously, I also have some other items created, so it will give me all the items that start with this item number.

Now that I have created some items I can also fetch them by part version ID or by part number. It's whatever you want to do. Fetching by ID will give you only one item with the specific ID, but part number might return you multiple items if you have them-- like multiple versions of that same item number. If I execute it, yeah, it will give me some data. It returns a bit more data than the search endpoint, so you might want to use this one if you need some additional data.

So apart from just finding items, we can see which files are attached to items. So we have three different endpoints for that. One is for fetching model, one is for fetching drawings, and one is for translations. So whatever it is you're interested in and what you require, you can execute any of them. I mean, there is no need for me to execute, and right now, they are very simple. Only GET requests, and you need to put some IDs-- for example, these drawings.

In the body, you can send multiple item version IDs, and then it will fetch your drawings for all of them. And then, I can show you also how to fetch different assemblies and different data that exists on your project. So this endpoint is called Project/End Items. So it will give me only end items, which are like the root items that are on my project. So I can get my project ID here.

And you can see here that we have three end items, and this endpoint will also give me those three. And I can send different filters, within the same thing we can use in the application itself. So here we have our three end items.

Now that we have them, we can fetch their children as well. And there are different endpoints for that. These two endpoints are very similar. This is called item children. This is item children extended. It will give you a bit more information than the first one, but it works well very similarly. And it will return only the first-level children.

So if you have some large assemblies, and maybe you want to load it level by level, then you would use these endpoints. However, there are some endpoints to fetch a whole assembly tree. Of course, they might be a bit slow if you have some huge assemblies. But for assemblies that are not too big, we can use them, and it will give us immediately in one call all the details about the whole eBoM.

So I can use it, for example, I have imported one example assembly called Car Seat. I can click on the top one, and in the URL, it will give me the part version ID, which I can copy and use it in my endpoint. And that's it.

So this one might not be the prettiest of our endpoints that we have because, as you can see, when it returns data, some of the data is like a JSON string. So you might need to do some additional processing to extract data out of it. But I wanted to show this because this endpoint will give you, probably, the most information about all items in the eBoM.

So it will give you part version information. It will also give you file version information. It will give you all files-- so all drawings, models, and translations that are attached to this item. And it will also do for all the children and children of children. And for the whole assembly, it will give you all the data. So yeah, if you need one endpoint to fetch all the data, this might be the one to use.

We have this one, it's also for fetching eBoM 3, but this one is also interesting because in this one, you can send it only the data that you want to get back. So in the body, you send attribute list, and you send exact fields that you want to get back, and you can also specify the names. And that's how the response will look like-- it will contain these two fields. So if you want to know which all names you can send, I have created this example called All Parameters, and you can see all the values that you can send.

So you can send-- apart from part version, which is item data, you can also send part part, which are eBoM attributes. There are also manufacturer, which are details about manufacturer, and also custom attributes. So if you have multiple custom attributes, you can put it here-- like custom.name-- and then it will give you all the custom attributes as well.

Next, we have the reverse eBoM. So it's similar to this one, but it works in reverse. So you might want to give it some part that is somewhere deeper in the assembly, and then it will return all the data-- all its parents, and parents of parents, and all up the tree until the project.

Then, also, we have endpoints for fetching file data. Similar with items, we have fetching files by name or by file version ID. And the similar thing is with fetching cBoM. So you can fetch your cBoM by file version ID in this endpoint, or by part version with this other endpoint. So you are free to investigate them, and to try them out and see what works best for you and which information you need from them.

Yeah, OK, maybe tell a bit about this one, fetching cBoM by file, because it has this parameter called Style. And you can say different values. It has full, compact, and reduced.

So if you're interested only about some basic data, you can send this compact value. I can maybe show you in my eBoM 3. It's this one I have executed.

So I can find my file version. If I can find it here, this is the file version ID. Yeah, this is the model file. I can copy it, paste it here.

So since I used Full, it will give me a lot of data about items. But can also use Compact, and it will give me only some basic information. Yeah, it looks like I picked-- I didn't take the root file. I picked some smaller leaf items. So it doesn't have any children, but if it had children, it would return all the children as well.

So that will be pretty much it about fetching eBoM data. These are the endpoints I've prepared, but there are also some other endpoints. So you can examine our Swagger page and see what else is there, and you can try them out.

So I would also quickly like to show you about updating BoM data. We don't have too much end points for updates. For example, for files, we can update only CAD attributes. And these attributes are shown here.

If I go to the CAD Attributes, these are the attributes that you can either import new ones or update existing ones. So once we import the Inventor file using our CAD plugins, it will read all those files from the Inventor file itself and store them here. And now, we can manually update or add some new ones.

But that's not too important right now because those attributes are not updated that often. But I would like to show you more about updating part version, or item. This one is a lot more updated. So for it, I also need to specify which attributes to update and also give part version ID.

So let me just grab, for example, for this one, this parent one. I will get the ID, and for the attributes that I want to update, I can update both the item attributes, different ones, and the custom attributes-- or, basically, all the attributes that we can see here, these common and custom ones, they can all be updated via the API. I have also prepared this all-parameters example, which will show you the names that you can send of all the parameters that you want to send so you know which ones to send.

So in here, I will send some description, updated description, from API-- not that important. And then, for the custom attributes, it depends which attributes you have defined on your tenant. And you can find them with the Get Item Attributes endpoint. I can quickly execute it, and it will give me both the common and custom attributes.

So if I am interested only in custom ones-- and you can only send custom ones in this endpoint-- so I need to find the custom ones. So I can use the search. But instead of if isCommon true, I will say isCommon false. And now, I see that there are 19 attributes, and I can see them.

So I'll pick the first one. Its name is color, so I copy the name. I mean, I have already here. So paste it, put color-- let's say it's blue. And I execute it.

It's successful. And if I go back to the web, update it, so here, we have our description is updated from API. And if I scroll down, color is blue. So we can update all those attributes via the API.

So those are some of the most important endpoints for manipulating and creating and fetching BoM data. And now, I will quickly go through some other inputs that we have. Since we don't have a lot of time, I will quickly go through them.

So for the DMS, we can use the Find DMS 3, which will give us all the DMS documents. So for example, we have the DMS data on various objects in Upchain. For example, if I open this item and I go to the documents, this section here about the documents-- this upper one-- it is the DMS part for this item. But then, this item has its different DMS.

I can attach some documents here. I can also attach documents to my project here. I can also attach it to users, to change requests, or to various different objects in Upchain. And I have put some examples how to find the data-- so find for project, items, or change requests, for example.

But it's all pretty much similar. You need to send only the ID of the-- for example-- project, and put type Project, or here type-- or itemType is Part. And I will put all the possible values in the handout attached with this class.

So that's for finding all the documents. For finding some specific documents, we can use the search endpoint where we put project ID. And these values, this value is the search string that we will use. And we will then find all the documents with this string.

And, of course, we can also upload new documents. It's pretty similar like uploading CAD files. We need to select the file and put some metadata in this Request field. We need to send the node ID and attributes for the node ID of the parent. Where we want to select it, you will find it from the find DMS 3.

For these attributes, you have this, another endpoint called document_attributes. So I can execute it here. So now, it will show you all the attributes that you can update.

And maybe I want to update document name. So I need to put to take this ID, 1664, and put it. Now here, 1664 would put here, and then put the name of the document, and it would be uploaded.

So this DMS I have prepared here in Postman, but I also wanted to show you our Upchain help pages. I hope you have seen them. And there is a section about Upchain APIs.

First page will tell you about how to get access token, but we have already shown that. But I want to show you that there are some APIs for change requests. So you have some descriptions about it. You can see examples and descriptions how to create new change requests, add items, add files, update items, change status, and stuff like that. So it's a very good way to get familiar with those APIs, and if you will use them, you can see here more instructions how to do it.

Same place for ERP APIs. Also have to subscribe to some notifications-- so how to get details, assign substitute numbers, update different values, and so on. For BoM API, there is not a lot of them, so that's why in the Postman and this presentation, I focused more on the BoM data since I think that's the most common endpoints that you will use. Here it has some data about how to unlock files item and managing translations. And then, there is also a webhook APIs with some descriptions how to use it.

So those are some specific instructions that we have to use it. But, of course, in our Swagger page, you can get a lot more information and a lot more details about all the other endpoints. For example, if we can check projects, so you can fetch all the projects, you can create new projects. You can add users or members to project and stuff like that. So whatever will be your use case where you want to use APIs, Swagger is the page you want to visit and check all the endpoints that exist and how to use them.

So that would be pretty much everything for my presentation. I wanted to show you some basic stuff how to get started with using Upchain APIs, show you some examples of the most commonly used ones, and I hope now you will be able to use them on your own and to use them for your purposes. If you would have any questions, you can always contact Upchain support, or you can ask a question on Upchain forums. It will be probably the best way so that if someone else has the same question, they will see all the answers as well.

Oh, yeah, that's pretty much it. I can just quickly go through my presentation. I have put just short reminders on what was executed and what was shown.

So that's it. Thank you all for listening. I hope it was valuable to you and that it will help you with using Upchain APIs. Thank you, and have a nice day.

______
icon-svg-close-thick

쿠기 기본 설정

오토데스크는 고객의 개인 정보와 최상의 경험을 중요시합니다. 오토데스크는 정보를 사용자화하고 응용프로그램을 만들기 위해 고객의 본 사이트 사용에 관한 데이터를 수집합니다.

오토데스크에서 고객의 데이터를 수집하고 사용하도록 허용하시겠습니까?

오토데스크에서 사용하는타사 서비스개인정보 처리방침 정책을 자세히 알아보십시오.

반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

이 쿠키는 오토데스크에서 사용자 기본 설정 또는 로그인 정보를 저장하거나, 사용자 요청에 응답하거나, 장바구니의 품목을 처리하기 위해 필요합니다.

사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

이 쿠키는 오토데스크가 보다 향상된 기능을 제공하고 사용자에게 맞는 정보를 제공할 수 있게 해 줍니다. 사용자에게 맞는 정보 및 환경을 제공하기 위해 오토데스크 또는 서비스를 제공하는 협력업체에서 이 쿠키를 설정할 수 있습니다. 이 쿠키를 허용하지 않을 경우 이러한 서비스 중 일부 또는 전체를 이용하지 못하게 될 수 있습니다.

광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

이 쿠키는 사용자와 관련성이 높은 광고를 표시하고 그 효과를 추적하기 위해 사용자 활동 및 관심 사항에 대한 데이터를 수집합니다. 이렇게 데이터를 수집함으로써 사용자의 관심 사항에 더 적합한 광고를 표시할 수 있습니다. 이 쿠키를 허용하지 않을 경우 관심 분야에 해당되지 않는 광고가 표시될 수 있습니다.

icon-svg-close-thick

타사 서비스

각 범주에서 오토데스크가 사용하는 타사 서비스와 온라인에서 고객으로부터 수집하는 데이터를 사용하는 방식에 대해 자세히 알아보십시오.

icon-svg-hide-thick

icon-svg-show-thick

반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

Qualtrics
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Qualtrics를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Qualtrics 개인정보취급방침
Akamai mPulse
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Akamai mPulse를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Akamai mPulse 개인정보취급방침
Digital River
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Digital River를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Digital River 개인정보취급방침
Dynatrace
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Dynatrace를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Dynatrace 개인정보취급방침
Khoros
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Khoros를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Khoros 개인정보취급방침
Launch Darkly
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Launch Darkly를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Launch Darkly 개인정보취급방침
New Relic
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 New Relic를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. New Relic 개인정보취급방침
Salesforce Live Agent
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Salesforce Live Agent를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Salesforce Live Agent 개인정보취급방침
Wistia
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Wistia를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Wistia 개인정보취급방침
Tealium
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Tealium를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Upsellit
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Upsellit를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. CJ Affiliates
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 CJ Affiliates를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Commission Factory
Typepad Stats
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Typepad Stats를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Typepad Stats 개인정보취급방침
Geo Targetly
Autodesk는 Geo Targetly를 사용하여 웹 사이트 방문자를 가장 적합한 웹 페이지로 안내하거나 위치를 기반으로 맞춤형 콘텐츠를 제공합니다. Geo Targetly는 웹 사이트 방문자의 IP 주소를 사용하여 방문자 장치의 대략적인 위치를 파악합니다. 이렇게 하면 방문자가 (대부분의 경우) 현지 언어로 된 콘텐츠를 볼 수 있습니다.Geo Targetly 개인정보취급방침
SpeedCurve
Autodesk에서는 SpeedCurve를 사용하여 웹 페이지 로드 시간과 이미지, 스크립트, 텍스트 등의 후속 요소 응답성을 측정하여 웹 사이트 환경의 성능을 모니터링하고 측정합니다. SpeedCurve 개인정보취급방침
Qualified
Qualified is the Autodesk Live Chat agent platform. This platform provides services to allow our customers to communicate in real-time with Autodesk support. We may collect unique ID for specific browser sessions during a chat. Qualified Privacy Policy

icon-svg-hide-thick

icon-svg-show-thick

사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

Google Optimize
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Google Optimize을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Google Optimize 개인정보취급방침
ClickTale
오토데스크는 고객이 사이트에서 겪을 수 있는 어려움을 더 잘 파악하기 위해 ClickTale을 이용합니다. 페이지의 모든 요소를 포함해 고객이 오토데스크 사이트와 상호 작용하는 방식을 이해하기 위해 세션 녹화를 사용합니다. 개인적으로 식별 가능한 정보는 가려지며 수집되지 않습니다. ClickTale 개인정보취급방침
OneSignal
오토데스크는 OneSignal가 지원하는 사이트에 디지털 광고를 배포하기 위해 OneSignal를 이용합니다. 광고는 OneSignal 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 OneSignal에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 OneSignal에 제공하는 데이터를 사용합니다. OneSignal 개인정보취급방침
Optimizely
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Optimizely을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Optimizely 개인정보취급방침
Amplitude
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Amplitude을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Amplitude 개인정보취급방침
Snowplow
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Snowplow를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Snowplow 개인정보취급방침
UserVoice
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 UserVoice를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. UserVoice 개인정보취급방침
Clearbit
Clearbit를 사용하면 실시간 데이터 보강 기능을 통해 고객에게 개인화되고 관련 있는 환경을 제공할 수 있습니다. Autodesk가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. Clearbit 개인정보취급방침
YouTube
YouTube는 사용자가 웹 사이트에 포함된 비디오를 보고 공유할 수 있도록 해주는 비디오 공유 플랫폼입니다. YouTube는 비디오 성능에 대한 시청 지표를 제공합니다. YouTube 개인정보보호 정책

icon-svg-hide-thick

icon-svg-show-thick

광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

Adobe Analytics
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Adobe Analytics를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Adobe Analytics 개인정보취급방침
Google Analytics (Web Analytics)
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Google Analytics (Web Analytics)를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. AdWords
Marketo
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Marketo를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Marketo 개인정보취급방침
Doubleclick
오토데스크는 Doubleclick가 지원하는 사이트에 디지털 광고를 배포하기 위해 Doubleclick를 이용합니다. 광고는 Doubleclick 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Doubleclick에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Doubleclick에 제공하는 데이터를 사용합니다. Doubleclick 개인정보취급방침
HubSpot
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 HubSpot을 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. HubSpot 개인정보취급방침
Twitter
오토데스크는 Twitter가 지원하는 사이트에 디지털 광고를 배포하기 위해 Twitter를 이용합니다. 광고는 Twitter 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Twitter에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Twitter에 제공하는 데이터를 사용합니다. Twitter 개인정보취급방침
Facebook
오토데스크는 Facebook가 지원하는 사이트에 디지털 광고를 배포하기 위해 Facebook를 이용합니다. 광고는 Facebook 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Facebook에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Facebook에 제공하는 데이터를 사용합니다. Facebook 개인정보취급방침
LinkedIn
오토데스크는 LinkedIn가 지원하는 사이트에 디지털 광고를 배포하기 위해 LinkedIn를 이용합니다. 광고는 LinkedIn 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 LinkedIn에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 LinkedIn에 제공하는 데이터를 사용합니다. LinkedIn 개인정보취급방침
Yahoo! Japan
오토데스크는 Yahoo! Japan가 지원하는 사이트에 디지털 광고를 배포하기 위해 Yahoo! Japan를 이용합니다. 광고는 Yahoo! Japan 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Yahoo! Japan에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Yahoo! Japan에 제공하는 데이터를 사용합니다. Yahoo! Japan 개인정보취급방침
Naver
오토데스크는 Naver가 지원하는 사이트에 디지털 광고를 배포하기 위해 Naver를 이용합니다. 광고는 Naver 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Naver에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Naver에 제공하는 데이터를 사용합니다. Naver 개인정보취급방침
Quantcast
오토데스크는 Quantcast가 지원하는 사이트에 디지털 광고를 배포하기 위해 Quantcast를 이용합니다. 광고는 Quantcast 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Quantcast에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Quantcast에 제공하는 데이터를 사용합니다. Quantcast 개인정보취급방침
Call Tracking
오토데스크는 캠페인을 위해 사용자화된 전화번호를 제공하기 위하여 Call Tracking을 이용합니다. 그렇게 하면 고객이 오토데스크 담당자에게 더욱 빠르게 액세스할 수 있으며, 오토데스크의 성과를 더욱 정확하게 평가하는 데 도움이 됩니다. 제공된 전화번호를 기준으로 사이트에서 고객 행동에 관한 데이터를 수집할 수도 있습니다. Call Tracking 개인정보취급방침
Wunderkind
오토데스크는 Wunderkind가 지원하는 사이트에 디지털 광고를 배포하기 위해 Wunderkind를 이용합니다. 광고는 Wunderkind 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Wunderkind에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Wunderkind에 제공하는 데이터를 사용합니다. Wunderkind 개인정보취급방침
ADC Media
오토데스크는 ADC Media가 지원하는 사이트에 디지털 광고를 배포하기 위해 ADC Media를 이용합니다. 광고는 ADC Media 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 ADC Media에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 ADC Media에 제공하는 데이터를 사용합니다. ADC Media 개인정보취급방침
AgrantSEM
오토데스크는 AgrantSEM가 지원하는 사이트에 디지털 광고를 배포하기 위해 AgrantSEM를 이용합니다. 광고는 AgrantSEM 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 AgrantSEM에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 AgrantSEM에 제공하는 데이터를 사용합니다. AgrantSEM 개인정보취급방침
Bidtellect
오토데스크는 Bidtellect가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bidtellect를 이용합니다. 광고는 Bidtellect 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bidtellect에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bidtellect에 제공하는 데이터를 사용합니다. Bidtellect 개인정보취급방침
Bing
오토데스크는 Bing가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bing를 이용합니다. 광고는 Bing 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bing에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bing에 제공하는 데이터를 사용합니다. Bing 개인정보취급방침
G2Crowd
오토데스크는 G2Crowd가 지원하는 사이트에 디지털 광고를 배포하기 위해 G2Crowd를 이용합니다. 광고는 G2Crowd 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 G2Crowd에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 G2Crowd에 제공하는 데이터를 사용합니다. G2Crowd 개인정보취급방침
NMPI Display
오토데스크는 NMPI Display가 지원하는 사이트에 디지털 광고를 배포하기 위해 NMPI Display를 이용합니다. 광고는 NMPI Display 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 NMPI Display에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 NMPI Display에 제공하는 데이터를 사용합니다. NMPI Display 개인정보취급방침
VK
오토데스크는 VK가 지원하는 사이트에 디지털 광고를 배포하기 위해 VK를 이용합니다. 광고는 VK 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 VK에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 VK에 제공하는 데이터를 사용합니다. VK 개인정보취급방침
Adobe Target
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Adobe Target을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Adobe Target 개인정보취급방침
Google Analytics (Advertising)
오토데스크는 Google Analytics (Advertising)가 지원하는 사이트에 디지털 광고를 배포하기 위해 Google Analytics (Advertising)를 이용합니다. 광고는 Google Analytics (Advertising) 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Google Analytics (Advertising)에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Google Analytics (Advertising)에 제공하는 데이터를 사용합니다. Google Analytics (Advertising) 개인정보취급방침
Trendkite
오토데스크는 Trendkite가 지원하는 사이트에 디지털 광고를 배포하기 위해 Trendkite를 이용합니다. 광고는 Trendkite 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Trendkite에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Trendkite에 제공하는 데이터를 사용합니다. Trendkite 개인정보취급방침
Hotjar
오토데스크는 Hotjar가 지원하는 사이트에 디지털 광고를 배포하기 위해 Hotjar를 이용합니다. 광고는 Hotjar 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Hotjar에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Hotjar에 제공하는 데이터를 사용합니다. Hotjar 개인정보취급방침
6 Sense
오토데스크는 6 Sense가 지원하는 사이트에 디지털 광고를 배포하기 위해 6 Sense를 이용합니다. 광고는 6 Sense 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 6 Sense에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 6 Sense에 제공하는 데이터를 사용합니다. 6 Sense 개인정보취급방침
Terminus
오토데스크는 Terminus가 지원하는 사이트에 디지털 광고를 배포하기 위해 Terminus를 이용합니다. 광고는 Terminus 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Terminus에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Terminus에 제공하는 데이터를 사용합니다. Terminus 개인정보취급방침
StackAdapt
오토데스크는 StackAdapt가 지원하는 사이트에 디지털 광고를 배포하기 위해 StackAdapt를 이용합니다. 광고는 StackAdapt 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 StackAdapt에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 StackAdapt에 제공하는 데이터를 사용합니다. StackAdapt 개인정보취급방침
The Trade Desk
오토데스크는 The Trade Desk가 지원하는 사이트에 디지털 광고를 배포하기 위해 The Trade Desk를 이용합니다. 광고는 The Trade Desk 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 The Trade Desk에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 The Trade Desk에 제공하는 데이터를 사용합니다. The Trade Desk 개인정보취급방침
RollWorks
We use RollWorks to deploy digital advertising on sites supported by RollWorks. Ads are based on both RollWorks data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that RollWorks has collected from you. We use the data that we provide to RollWorks to better customize your digital advertising experience and present you with more relevant ads. RollWorks Privacy Policy

정말 더 적은 온라인 경험을 원하십니까?

오토데스크는 고객 여러분에게 좋은 경험을 드리고 싶습니다. 이전 화면의 범주에 대해 "예"를 선택하셨다면 오토데스크는 고객을 위해 고객 경험을 사용자화하고 향상된 응용프로그램을 제작하기 위해 귀하의 데이터를 수집하고 사용합니다. 언제든지 개인정보 처리방침을 방문해 설정을 변경할 수 있습니다.

고객의 경험. 고객의 선택.

오토데스크는 고객의 개인 정보 보호를 중요시합니다. 오토데스크에서 수집하는 정보는 오토데스크 제품 사용 방법, 고객이 관심을 가질 만한 정보, 오토데스크에서 더욱 뜻깊은 경험을 제공하기 위한 개선 사항을 이해하는 데 도움이 됩니다.

오토데스크에서 고객님께 적합한 경험을 제공해 드리기 위해 고객님의 데이터를 수집하고 사용하도록 허용하시겠습니까?

선택할 수 있는 옵션을 자세히 알아보려면 이 사이트의 개인 정보 설정을 관리해 사용자화된 경험으로 어떤 이점을 얻을 수 있는지 살펴보거나 오토데스크 개인정보 처리방침 정책을 확인해 보십시오.